body {
  background: #F6F8FC;
}

.index1 {
  height: calc(100vh + 1000px);
  position: relative;
}
.index1 .fix {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.index1 .fix .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  --border: 1.6vw;
  --b: 1.56vw;
  --a: 22vw;
  clip-path: inset(var(--a) var(--b) var(--b) var(--b) round var(--border));
}
.index1 .fix .wrap {
  position: absolute;
  top: 8.8541666667vw;
  width: 100%;
  padding: 0 4.3229166667vw;
}
.index1 .fix .wrap .label {
  display: flex;
  align-items: center;
  gap: 0.4166666667vw;
}
.index1 .fix .wrap .label img {
  width: 0.8854166667vw;
  height: 1.3020833333vw;
  object-fit: contain;
}
.index1 .fix .wrap .label p {
  color: #525261;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.index1 .fix .wrap .title {
  margin: 1.0416666667vw 0 0 0;
  color: #525261;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  text-transform: uppercase;
}
.index1 .fix .wrap .title span {
  color: #D13E26;
}

.index2 {
  padding: 2.0833333333vw 0 9.375vw;
}
.index2 .wrap {
  width: 96.875vw;
  height: 28.6458333333vw;
  border-radius: 1.6666666667vw;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(51, 71, 109, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.index2 .wrap .jump .title {
  margin: 2.0833333333vw auto 0;
  color: #525261;
  text-align: center;
  font-size: 1.6666666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
}

.index3 {
  padding: 0 0 10.4166666667vw;
}
.index3 .wrap {
  width: 91.6666666667vw;
  margin: auto;
}
.index3 .wrap .up .title {
  color: #111;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  text-transform: uppercase;
  margin: 2.0833333333vw 0 0 0;
}
.index3 .wrap .up .title span {
  color: #204E81;
}
.index3 .wrap .content {
  margin: 3.125vw 0 0 0;
}
.index3 .wrap .content .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25vw;
}
.index3 .wrap .content .flex:not(:last-child) {
  margin: 0 0 0.9895833333vw;
}
.index3 .wrap .content .flex .item {
  width: 21.9791666667vw;
  height: 27.34375vw;
  border-radius: 0.8333333333vw;
  background: #FFF;
  padding: 1.5625vw 1.5625vw 3.4375vw 1.5625vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.index3 .wrap .content .flex .item:hover:after {
  opacity: 1;
  transform: translateY(0);
}
.index3 .wrap .content .flex .item:hover .down .p1, .index3 .wrap .content .flex .item:hover .down .p2 {
  color: #fff;
}
.index3 .wrap .content .flex .item:after {
  content: '';
  position: absolute;
  bottom: -10.4166666667vw;
  left: -4.8958333333vw;
  z-index: -1;
  width: 21.9791666667vw;
  height: 21.9791666667vw;
  border-radius: 50%;
  background: #D13E26;
  filter: blur(75px);
  opacity: 0;
  transform: translateY(100%);
  transition: 1s;
}
.index3 .wrap .content .flex .item .headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index3 .wrap .content .flex .item .headline .circle {
  width: 6.4583333333vw;
  height: 6.4583333333vw;
  background: #F6F8FC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index3 .wrap .content .flex .item .headline .bor {
  height: 3.0208333333vw;
  border-radius: 1.5104166667vw;
  border: 1px solid #D13E26;
  padding: 0 1.25vw;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D13E26;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.index3 .wrap .content .flex .item .down .p1 {
  color: #3A3A3A;
  font-size: 1.4583333333vw;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 1.5625vw;
  transition: .6s ease;
}
.index3 .wrap .content .flex .item .down .p2 {
  color: #525261;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  transition: .6s ease;
}
.index3 .wrap .content .flex .item2 {
  width: 45.2083333333vw;
  height: 27.34375vw;
  border-radius: 0.8333333333vw;
  overflow: hidden;
}
.index3 .wrap .content .flex .item2:hover img {
  transform: scale(1.05);
}
.index3 .wrap .content .flex .item2 img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.index3 .wrap .content .flex .message {
  width: 36.4583333333vw;
  color: #525261;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  text-transform: capitalize;
}
.index3 .wrap .content .flex .display {
  display: flex;
  gap: 1.25vw;
}

.index4 {
  padding: 0 0 10.4166666667vw;
}
.index4 .wrap {
  width: 96.875vw;
  margin: auto;
}
.index4 .wrap .content {
  margin: 1.875vw 0 0;
  display: flex;
  justify-content: space-between;
}
.index4 .wrap .content .black {
  width: 47.8125vw;
  height: 41.6666666667vw;
  border-radius: 1.6666666667vw;
  background: #232225;
  overflow: hidden;
  padding: 4.6875vw 3.125vw 4.1666666667vw 3.125vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index4 .wrap .content .black .up {
  color: #FFF;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.index4 .wrap .content .black .down .text {
  width: 38.1770833333vw;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  text-transform: capitalize;
  margin: 0 0 5.4166666667vw;
}
.index4 .wrap .content .images {
  width: 47.8125vw;
  height: 41.6666666667vw;
  border-radius: 1.6666666667vw;
  background: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.index4 .wrap .content .images.aos-animate:after {
  opacity: 1;
}
.index4 .wrap .content .images.aos-animate img {
  transform: translateY(0);
}
.index4 .wrap .content .images:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #FFF 0%, #D5E5FD 100%);
  z-index: -1;
  opacity: 0;
  transition: 2s;
}
.index4 .wrap .content .images img {
  width: 29.21875vw;
  transform: translateY(100%);
  transition: 2s;
}

.index5 {
  height: 56.25vw;
  position: relative;
  z-index: 1;
}
.index5 .bg_all{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.index5 .bg_all img{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: 1s;
}
.index5 .common_bg{
  transition: 1s;
}
.index5 .bg_all img.on{
  opacity: 1;
}
.index5 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.index5 .bg .position2 {
  position: absolute;
  right: 1.5625vw;
  bottom: 1.5625vw;
  z-index: 2;
}

.index5 .bg .position2 .matter{
  position: relative;
  width: 18.75vw;
  height: calc(56.25vw - 3.125vw);
  pointer-events: none;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity .3s,transform .6s .3s;
}
.index5 .bg .position2 .matter:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.index5 .bg .position2 .matter.on{
  opacity: 1;
  transform: translateX(0);
  transition-delay: .3s;
  pointer-events: auto;
}
.index5 .bg .position2 .matter .ourSwiper{
  width: 100%;
  height: 100%;
  /*overflow: unset;*/
}

.index5 .bg .position2 .matter.flex_end .ourSwiper .swiper-wrapper{
  justify-content: flex-end;
  align-items: flex-end;
}

.index5 .bg .position2 .matter .ourSwiper .swiper-slide{
  height: 19.114583333333336vw;
}

.index5 .bg .position2 .item {
  width: 100%;
  height: 100%;
  border-radius: 1.25vw;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 1.0416666667vw 1.25vw;
}


.index5 .bg .position2 .item .p1 {
  color: #232225;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: bold;
  text-transform: capitalize;
}
.index5 .bg .position2 .item .img {
  width: 100%;
  height: 52%;
  margin: 0.78125vw 0 1.1875vw;
  border-radius: 0.8333333333vw;
  background: #fff;
  padding: 0.9375vw 0.625vw 0.8854166667vw 0.6770833333vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index5 .bg .position2 .item .img:hover img {
  transform: scale(1.05);
}
.index5 .bg .position2 .item .img img {
  width: 100%;
  object-fit: contain;
  transition: .6s ease;
}
.index5 .bg .position {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}
/*.index5 .bg .position .point1 {
  top: 7vh;
  left: 49%;
}
.index5 .bg .position .point2 {
  top: 45vh;
  left: 53%;
}
.index5 .bg .position .point3 {
  top: 61vh;
  left: 36%;
}
.index5 .bg .position .point4 {
  top: 68vh;
  left: 47%;
}
.index5 .bg .position .point5 {
  top: 82vh;
  left: 52%;
}
.index5 .bg .position .point6 {
  top: 94vh;
  left: 49%;
}*/
.index5 .bg .position .point {
  position: absolute;
  pointer-events: auto;
  cursor: pointer;
}
.index5 .bg .position .point .pic {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2.6041666667vw;
  opacity: 0;
  transition: .6s linear;
  width: 6.0416666667vw;
  max-width: unset;
  max-height: unset;
  z-index: -1;
  pointer-events: none;
}
.index5 .bg .position .point .hide {
  width: fit-content;
  height: 2.34375vw;
  border-radius: 2.6041666667vw;
  border: 1px solid #FFF;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  backdrop-filter: blur(10px);
  padding: 0 1.1979166667vw 0 2.65625vw;
  position: absolute;
  top: 50%;
  left: -0.46875vw;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  transition: 1s;
}
.index5 .bg .position .point .hide .jump {
  color: #232225;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  white-space: nowrap;
  line-height: 100%;
  position: relative;
  top: -1px;
}
.index5 .bg .position .point.on .pic {
  opacity: 1;
  pointer-events: auto;
  transition: 1.5s linear;
}
.index5 .bg .position .point.on .hide {
  opacity: 1;
  pointer-events: auto;
}
.index5 .bg .position .point .circle {
  position: relative;
  z-index: 5;
}
.index5 .bg .position .point .circle:before {
  border: .6px solid #fff6;
  border-radius: 50%;
  content: "";
  height: 2.0833333333vw;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  width: 2.0833333333vw;
}
.index5 .bg .position .point .circle .glow-bg {
  background: radial-gradient(circle, #88aafb 0, #88aafb00 70%);
  border-radius: 50%;
  height: 2.6041666667vw;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity .4s;
  width: 2.6041666667vw;
  z-index: 5;
}
.index5 .bg .position .point .circle .circulo-principal {
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 50%;
  position: relative;
  z-index: 6;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.index5 .bg .position .point .circle .circulo-principal:before {
  background: linear-gradient(135deg, #e8efff, #c1e8ff, #fff6fe, #e6dfff, #fff, #d5e8ff, #f6eaff);
  border-radius: 50%;
  content: "";
  inset: 0;
  -webkit-mask-clip: content-box,border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-origin: content-box,border-box;
  -webkit-mask-position: 0 0,0 0;
  -webkit-mask-repeat: repeat,repeat;
  -webkit-mask-size: auto,auto;
  padding: 0.1041666667vw;
  position: absolute;
  -webkit-mask-source-type: auto,auto;
  mask-mode: match-source,match-source;
}
.index5 .bg .position .point .circle .circulo-principal .puntos-container {
  height: 100%;
  position: relative;
  width: 100%;
}
.index5 .bg .position .point .circle .circulo-principal .puntos-container .punto {
  background-color: #fff;
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .4s;
}
.index5 .bg .position .point .circle .circulo-principal .puntos-container .punto:first-child {
  height: 0.4166666667vw;
  width: 0.4166666667vw;
}
.index5 .bg .position .point .circle .circulo-principal .puntos-container .punto:nth-child(2), .index5 .bg .position .point .circle .circulo-principal .puntos-container .punto:nth-child(3) {
  height: 0.2083333333vw;
  opacity: 0;
  width: 0.2083333333vw;
}
.index5 .wrap {
  padding: 0 4.4791666667vw;
  width: fit-content;
  margin: 6.25vw 0;
}
.index5 .wrap .title {
  margin: 2.0833333333vw 0 0;
  color: #111;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: bold;
  line-height: 120%;
  text-transform: uppercase;
}
.index5 .wrap .title span {
  color: #D13E26;
}

.index6 {
  padding: 7.2916666667vw 0 8.8541666667vw;
}
.index6 .wrap {
  width: 91.6666666667vw;
  margin: auto;
}
.index6 .wrap .up .title {
  margin: 2.0833333333vw 0 0;
  color: #111;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}
.index6 .wrap .up .title span {
  color: #204E81;
}
.index6 .wrap .content {
  margin: 3.125vw 0 0 0;
  display: flex;
  justify-content: space-between;
}
.index6 .wrap .content .item {
  width: 45.2083333333vw;
  height: 22.9166666667vw;
  border-radius: 1.25vw;
  background: #FFF;
  padding: 1.0416666667vw 2.0833333333vw 1.0416666667vw 1.0416666667vw;
  display: flex;
  justify-content: space-between;
}
.index6 .wrap .content .item:hover .img img {
  transform: scale(1.05);
}
.index6 .wrap .content .item:hover .r .up .p1 {
  color: var(--color);
}
.index6 .wrap .content .item:hover .r .common_more {
  background: transparent;
}
.index6 .wrap .content .item:hover .r .common_more .circle:after {
  background: var(--color);
  transform: translate(-50%, -50%) scale(10);
}
.index6 .wrap .content .item:hover .r .common_more .circle svg path {
  fill: #fff;
}
.index6 .wrap .content .item:hover .r .common_more p {
  color: #fff;
}
.index6 .wrap .content .item .img {
  width: 18.2291666667vw;
  height: 20.8333333333vw;
  border-radius: 0.9375vw;
  overflow: hidden;
}
.index6 .wrap .content .item .img img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.index6 .wrap .content .item .r {
  width: 21.3541666667vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 1.0416666667vw 0;
}
.index6 .wrap .content .item .r .common_more {
  margin-left: auto;
}
.index6 .wrap .content .item .r .up .time {
  width: fit-content;
  height: 2.0833333333vw;
  border-radius: 1.5625vw;
  background: #F6F8FC;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #677082;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0 1.0416666667vw;
}
.index6 .wrap .content .item .r .up .p1 {
  color: #111;
  font-size: 1.1458333333vw;
  font-style: normal;
  font-weight: bold;
  line-height: 136.364%;
  text-transform: capitalize;
  margin: 1.9791666667vw 0 1.1458333333vw;
  transition: .6s ease;
}
.index6 .wrap .content .item .r .up .p2 {
  color: #868D99;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  text-transform: capitalize;
}


@media screen and (max-width: 1024px) {

  /* ==================== index1 ==================== */

  .index1 {
    height: auto;
    margin: 60px 0 0 0;
  }

  .index1 .fix {
    height: auto;
    position: relative;
  }



  .index1 .fix .bg {
    --border: 14px;
    --b: 16px;
    --a: 180px;
    position: relative;
    clip-path: unset;
    width: 90%;
    border-radius: 10px;
  }

  .index1 .fix .wrap {
    padding: 0 16px;
    box-sizing: border-box;
    position: static;
    transform: none!important;
    margin: 30px 0 0;
  }

  .index1 .fix .wrap .label {
    gap: 6px;
  }

  .index1 .fix .wrap .label img {
    width: 14px;
    height: 20px;
  }

  .index1 .fix .bg{
    margin: 30px auto 0;
    display: block;
  }

  .index1 .fix .wrap .label p {
    font-size: 13px;
  }

  .index1 .fix .wrap .title {
    margin: 15px 0 0;
    font-size: 22px;
    line-height: 1.45;
  }


  /* ==================== index2 ==================== */

  .index2 {
    padding: 30px 16px 70px;
  }

  .index2 .wrap {
    width: 100%;
    height: auto;
    min-height: 300px;
    border-radius: 16px;
    padding: 40px 20px;
    box-sizing: border-box;
  }

  .index2 .wrap .jump .title {
    margin: 25px auto 0;
    font-size: 16px;
    line-height: 1.7;
  }

  .index2 .wrap .jump .title br{
    display: none;
  }

  .index3 .wrap .content .flex .item:after{
    width: 50vw;
    height: 50vw;
  }


  /* ==================== index3 ==================== */

  .index3 {
    padding: 0 0 70px;
  }

  .index3 .wrap {
    width: auto;
    margin: 0 16px;
  }

  .index3 .wrap .up .title {
    font-size: 22px;
    line-height: 1.45;
    margin: 20px 0 0;
  }

  .index3 .wrap .content {
    margin: 30px 0 0;
  }

  .index3 .wrap .content .flex {
    flex-wrap: wrap;
    gap: 20px;
  }

  .index3 .wrap .content .flex:not(:last-child) {
    margin: 0 0 20px;
  }

  .index3 .wrap .content .flex .item {
    width: 100%;
    height: 250px;
    border-radius: 12px;
    padding: 20px 16px 25px;
    box-sizing: border-box;
  }

  .index3 .wrap .content .flex .item .headline .circle {
    width: 65px;
    height: 65px;
  }

  .index3 .wrap .content .flex .item .headline .bor {
    height: 32px;
    border-radius: 16px;
    padding: 0 14px;
    font-size: 13px;
  }

  .index3 .wrap .content .flex .item .down .p1 {
    font-size: 18px;
    margin: 0 0 15px;
  }

  .index3 .wrap .content .flex .item .down .p2 {
    font-size: 13px;
    line-height: 1.6;
  }

  .index3 .wrap .content .flex .item2 {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }

  .index3 .wrap .content .flex .message {
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    margin: 20px 0;
  }

  .index3 .wrap .content .flex .display {
    width: 100%;
    gap: 20px;
    flex-direction: column;
  }


  /* ==================== index4 ==================== */

  .index4 {
    padding: 0 0 70px;
  }

  .index4 .wrap {
    width: auto;
    margin: 0 16px;
  }

  .index4 .wrap .content {
    margin: 20px 0 0;
    flex-direction: column;
    gap: 20px;
  }

  .index4 .wrap .content .black,
  .index4 .wrap .content .images {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-sizing: border-box;
  }

  .index4 .wrap .content .black {
    padding: 40px 25px;
  }

  .index4 .wrap .content .black .up {
    font-size: 22px;
    margin: 0 0 20px;
  }

  .index4 .wrap .content .black .down .text {
    width: 100%;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 35px;
  }

  .index4 .wrap .content .images img {
    width: 60%;
    max-height: 85%;
    object-fit: contain;
    transform: translateY(20%);
  }


  /* ==================== index5 ==================== */

  .index5 {
    height: 120vw;
    /*height: 100vh;*/
    /*min-height: 650px;*/
  }

  .index5 .bg .position2{
    display: none;
  }
  .index5 .wrap {
    padding: 0 16px;
    width: 100%;
    box-sizing: border-box;
    margin: 50px 0;
    pointer-events: none;
  }


  .index5 .bg .position .point:first-child{
    top: 78vw!important;
    left: 44% !important;
  }

   .index5 .bg .position .point:nth-child(2){
     top: 72vw!important;
     left: 20% !important;
  }
  .index5 .bg .position .point:nth-child(3){
     top: 109vw!important;
     left: 34% !important;
  }

  .index5 .bg .position .point:nth-child(4){
      top: 10vw!important;
      left: 48% !important;
  }
  .index5 .bg .position .point:nth-child(5){
      top: 51vw!important;
      left: 53% !important;
  }

  .sj_index5_alert{
    display: block!important;
    position: relative;
    overflow: hidden;
    /*height: 300px;*/
    height: 0;
    transition: .2s;
  }
  .sj_index5_alert.on{
    height: 300px;
  }
  .sj_index5_alert .joke{
    position: relative;
    margin: 30px 5% 0 5%;
  }
  .sj_index5_alert .matter{
    position: relative;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .3s, transform .6s .3s;
  }
  .sj_index5_alert .matter.on{
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s;
    pointer-events: auto;
  }

  .sj_index5_alert .matter:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
  }

  .sj_index5_alert .matter .item{
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 16px;
    box-sizing: border-box;
  }

  .sj_index5_alert .matter .item .p1{
    color: #232225;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
  }
  .sj_index5_alert .matter .item .img{
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    margin: 12px 0 20px;
    border-radius: 10px;
    padding: 12px;
    box-sizing: border-box;
  }
  .sj_index5_alert .matter .item .img img {
    width: 100%;
    object-fit: contain;
    transition: .6s ease;
  }
  .index5 .wrap .title {
    margin: 15px 0 0;
    font-size: 22px;
    line-height: 1.45;
  }

  .index5 .bg .position .point .hide{
    opacity: 0!important;
    pointer-events: none!important;
  }

  /* 右下角信息卡片 */
  .index5 .bg .position2 {
    right: 5%;
    bottom: 16px;
    width: 90%;
    pointer-events: none;
  }

  .index5 .bg .position2 .item {
    width: 100%;
    border-radius: 12px;
    padding: 16px;
    box-sizing: border-box;
  }

  .index5 .bg .position2 .item.on{
    pointer-events: auto;
  }
  .index5 .bg .position2 .item .p1 {
    font-size: 15px;
  }

  .index5 .bg .position2 .item .img {
    height: 140px;
    margin: 12px 0 20px;
    border-radius: 10px;
    padding: 12px;
    box-sizing: border-box;
  }

  /* 地图点位 */
  .index5 .bg .position .point .pic {
    left: -35px;
    width: 80px;
  }

  .index5 .bg .position .point .hide {
    height: 36px;
    border-radius: 20px;
    padding: 0 16px 0 38px;
    left: -6px;
  }

  .index5 .bg .position .point .hide .jump {
    font-size: 12px;
  }

  .index5 .bg .position .point .circle:before {
    width: 32px;
    height: 32px;
  }

  .index5 .bg .position .point .circle .glow-bg {
    width: 40px;
    height: 40px;
  }

  .index5 .bg .position .point .circle .circulo-principal {
    width: 24px;
    height: 24px;
  }

  .index5 .bg .position .point .circle .circulo-principal:before {
    padding: 2px;
  }

  .index5 .bg .position .point .circle .circulo-principal .puntos-container .punto:first-child {
    width: 6px;
    height: 6px;
  }

  .index5 .bg .position .point .circle .circulo-principal .puntos-container .punto:nth-child(2),
  .index5 .bg .position .point .circle .circulo-principal .puntos-container .punto:nth-child(3) {
    width: 3px;
    height: 3px;
  }


  /* ==================== index6 ==================== */

  .index6 {
    padding: 40px 0;
  }

  .index6 .wrap {
    width: auto;
    margin: 0 16px;
  }

  .index6 .wrap .up .title {
    margin: 15px 0 0;
    font-size: 22px;
    line-height: 1.45;
  }

  .index6 .wrap .content {
    margin: 30px 0 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .index6 .wrap .content .item {
    width: 100%;
    height: auto;
    border-radius: 14px;
    flex-direction: column;
    padding: 12px 16px 12px 12px;
    box-sizing: border-box;
  }

  .index6 .wrap .content .item .img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .index6 .wrap .content .item .r {
    width: 100%;
    padding: 15px 0 10px;
  }

  .index6 .wrap .content .item .r .up{
    margin: 0 0 20px;
  }

  .index6 .wrap .content .item .r .up .time {
    height: 30px;
    border-radius: 16px;
    padding: 0 14px;
    font-size: 11px;
  }

  .index6 .wrap .content .item .r .up .p1 {
    font-size: 16px;
    line-height: 1.4;
    margin: 20px 0 12px;
  }

  .index6 .wrap .content .item .r .up .p2 {
    font-size: 12px;
    line-height: 1.6;
  }

  .index5 .bg .position2 .matter{
    width: 100%;
  }
}