.home {
  overflow: hidden
}

.f_38 {
  font-size: 1.97917vw
}

.w1520 {
  width: 79.16667vw;
  margin: 0 auto
}

img {
  display: block
}

.banner img {
  height: unset
}

.banner .text {
  top: 15.52083vw;
  transform: unset
}

.banner .text .des {
  width: 49.32292vw
}

.sec1 .item {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.sec1 .item .img {
  width: 50%;
  height: 100vh;
  overflow: hidden
}

.sec1 .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s
}

.sec1 .item .img:hover img {
  transform: scale(1.1)
}

.sec1 .item .r_box {
  width: 50%;
  padding: 0 10.41667vw 0 5.57292vw
}

.sec1 .item .r_box .en {
  color: #2871FF;
  font-weight: 500;
  line-height: 1.5
}

.sec1 .item .r_box .item_title {
  background: linear-gradient(96deg, #000 7.08%, #000 63.8%, #2871FF 84.17%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  line-height: 1.2;
  margin: .9375vw 0 3.125vw;
  width: fit-content;
  position: relative
}

.sec1 .item .r_box .item_title .num_box {
  width: 9.84375vw;
  position: absolute;
  top: -2.34375vw;
  right: -1.5625vw;
  transform: translateX(100%)
}

.sec1 .item .r_box .item_title .num_box img {
  width: 100%
}

.sec1 .item .r_box .item_title .num_box .num_box_text {
  position: absolute;
  top: 1.66667vw;
  left: 2.76042vw
}

.sec1 .item .r_box .item_title .num_box .num_box_text h5 {
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  -webkit-text-fill-color: #fff
}

.sec1 .item .r_box .item_title .num_box .num_box_text p {
  color: #FFF;
  font-weight: 700;
  line-height: 1.2;
  -webkit-text-fill-color: #fff
}

.sec1 .item .r_box .item_text {
  color: #000;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 3.125vw
}

.sec1 .item .r_box .labels {
  display: flex;
  flex-wrap: wrap;
  gap: 0 .78125vw
}

.sec1 .item .r_box .labels .label {
  width: fit-content;
  display: flex;
  align-items: center;
  padding: .41667vw 1.04167vw;
  gap: 0 .52083vw;
  border-radius: 5.20833vw;
  background: #E5EFFF;
  transition: 0.6s
}

.sec1 .item .r_box .labels .label .cir {
  width: .36458vw;
  height: .36458vw;
  border-radius: 50%;
  background: #2871FF;
  transition: 0.6s
}

.sec1 .item .r_box .labels .label p {
  color: #2871FF;
  font-weight: 600;
  transition: 0.6s
}

.sec1 .item .r_box .labels .label:hover {
  background: #2871FF
}

.sec1 .item .r_box .labels .label:hover p {
  color: #FFFFFF
}

.sec1 .item .r_box .labels .label:hover .cir {
  background: #FFFFFF
}

.sec1 .item:nth-child(2n) {
  flex-direction: row-reverse
}

.sec1 .item:nth-child(2n) .r_box {
  padding: 0 5.57292vw 0 10.41667vw
}

.sec1 .item:nth-child(2n) .r_box .item_title {
  background: linear-gradient(103deg, #000 -8.21%, #000 38.74%, #2871FF 55.6%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.sec2 {
  padding: 0 0 .98958vw
}

.sec2 .part {
  padding: 6.25vw 0 0
}

.sec2 .part .part_top {
  margin-bottom: 3.125vw
}

.sec2 .part .part_top .en {
  color: #2871FF;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: .9375vw
}

.sec2 .part .part_top .title {
  width: fit-content;
  font-weight: 600;
  line-height: 1.2
}

.sec2 .part .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.13542vw 0 2.23958vw;
  border-top: 2px solid #E8E8E8;
  border-bottom: 2px solid #E8E8E8
}

.sec2 .part .flex .item {
  display: flex;
  align-items: center;
  gap: 0 1.04167vw
}

.sec2 .part .flex .item .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.39583vw;
  height: 2.39583vw;
  border-radius: 50%;
  background: #DFEAFF;
  color: #000;
  font-weight: 500
}

.sec2 .part .flex .item p {
  color: #000;
  font-weight: 500;
  line-height: 1.7
}

.sec2 .part .flex .jt img {
  width: 3.64583vw
}

.sec2 .part .content {
  display: flex;
  align-items: center
}

.sec2 .part .content .img {
  width: 50%;
  height: 32.1875vw;
  overflow: hidden
}

.sec2 .part .content .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s
}

.sec2 .part .content .img:hover img {
  transform: scale(1.1)
}

.sec2 .part .content .r_box {
  width: 50%
}

.sec2 .part .content .r_box .r_box_text {
  width: 32.34375vw;
  color: #000;
  font-weight: 400;
  line-height: 1.7;
  margin: 0 0 0 3.59375vw
}

.sec2 .part .content .r_box .battle {
  display: flex;
  justify-content: space-between;
  padding: 9.73958vw 0 0 1.51042vw;
  position: relative
}

.sec2 .part .content .r_box .battle .battle_item {
  width: 18.17708vw;
  padding: 1.45833vw 1.5625vw 1.5625vw;
  border-radius: 1.35417vw;
  background: #F9F9F9
}

.sec2 .part .content .r_box .battle .battle_item .label {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0 .52083vw;
  padding: .41667vw 1.5625vw;
  border-radius: 1.5625vw;
  background: rgba(183, 183, 183, 0.16)
}

.sec2 .part .content .r_box .battle .battle_item .label .cir {
  width: .3125vw;
  height: .3125vw;
  border-radius: 50%;
  background: #666
}

.sec2 .part .content .r_box .battle .battle_item .label p {
  color: #666;
  font-weight: 500
}

.sec2 .part .content .r_box .battle .battle_item .battle_item_text {
  color: #333;
  font-weight: 400;
  line-height: 1.7;
  margin: .72917vw 0 0
}

.sec2 .part .content .r_box .battle .battle_item.now {
  width: 21.30208vw;
  background: #FFF;
  box-shadow: 0 0 1.5625vw 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 2.86458vw;
  right: 0
}

.sec2 .part .content .r_box .battle .battle_item.now .label {
  background: rgba(40, 113, 255, 0.16)
}

.sec2 .part .content .r_box .battle .battle_item.now .label .cir {
  background: #2871FF
}

.sec2 .part .content .r_box .battle .battle_item.now .label p {
  color: #2871FF
}

.sec2 .part .content .r_box .battle .battle_item.now .battle_item_text {
  color: #2871FF
}

.sec3 {
  padding: 6.25vw 0 5.26042vw;
  background: rgba(238, 248, 255, 0.8)
}

.sec3 .wrap .top {
  display: flex;
  align-items: center;
  gap: 0 7.29167vw;
  margin: 0 0 3.64583vw
}

.sec3 .wrap .top .l .en {
  color: #2871FF;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: .9375vw
}

.sec3 .wrap .top .l .title {
  width: fit-content;
  font-weight: 600;
  line-height: 1.2
}

.sec3 .wrap .top .r {
  width: 50.83333vw;
  color: #000;
  font-weight: 400;
  line-height: 1.7
}

.sec3 .wrap .list {
  width: 62.5vw;
  margin: 0 auto;
  display: flex;
  gap: 1.04167vw;
  flex-wrap: wrap
}

.sec3 .wrap .list .item {
  width: 20.10417vw;
  height: 16.66667vw;
  background: #FFFFFF;
  border-radius: 1.04167vw;
  position: relative;
  padding: 2.08333vw;
  overflow: hidden
}

.sec3 .wrap .list .item .item_title {
  color: #000;
  font-weight: 700;
  line-height: 1.7;
  position: relative;
  z-index: 3
}

.sec3 .wrap .list .item .t2{
  position: relative;
  z-index: 3
}

.sec3 .wrap .list .item .icon {
  width: 5.83333vw;
  margin: 2.96875vw auto 0;
  position: absolute;
  z-index: 0;
  bottom: 35px;
  left: 50%;
  transform: translate(-50%, 0);
}

.sec3 .wrap .list .item .icon img {
  width: 100%
}

.sec3 .wrap .list .item .bg {
  border-radius: 1.04167vw;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0
}

.sec3 .wrap .list .item .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.sec3 .wrap .list .item .bg1 {
  border-radius: 1.04167vw;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0
}

.sec3 .wrap .list .item .bg1 img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.sec3 .wrap .list .item1 {
  width: 30.72917vw;
  height: 17.70833vw
}

.sec3 .wrap .list .item1 .icon {
  margin: 3.22917vw auto 0
}

.sec3 .wrap .list .item1:after {
  width: 14.84375vw;
  height: 11.04167vw;
  border-radius: 14.84375vw;
  opacity: 0.7;
  filter: blur(4.42708vw);
  top: 12.8125vw;
  left: 3.54167vw
}

.sec4 {
  padding: 6.25vw 0 5.52083vw
}

.sec4 .wrap {
  width: 57.29167vw;
  margin: 0 auto
}

.sec4 .wrap .title {
  width: fit-content;
  font-weight: 600;
  margin: 0 auto 4.16667vw;
  text-align: center
}

.sec4 .wrap .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125vw 5.20833vw
}

.sec4 .wrap .list .item {
  padding: 2.60417vw;
  border-radius: 1.04167vw;
  background: #EDFEFF;
  backdrop-filter: blur(.26042vw);
  transition: 0.6s
}

.sec4 .wrap .list .item:hover {
  box-shadow: 0 0 1.04167vw rgba(0, 0, 0, 0.1)
}

.sec4 .wrap .list .item .item_title {
  color: #00BFB9;
  font-weight: 600;
  line-height: 1.5
}

.sec4 .wrap .list .item .item_text {
  color: #000;
  font-weight: 400;
  line-height: 1.7
}

.sec4 .wrap .list .item .img {
  width: 100%;
  height: 4.47917vw;
  margin: .625vw 0
}

.sec4 .wrap .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.sec4 .wrap .list .item:nth-child(2) {
  background: #EDFAFF
}

.sec4 .wrap .list .item:nth-child(3) {
  background: #EDF3FF
}

.sec4 .wrap .list .item:nth-child(4) {
  background: #F2EDFF
}

.sec5 {
  display: flex;
  align-items: center
}

.sec5 .img {
  width: 50%;
  height: 56.25vw;
  overflow: hidden
}

.sec5 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s
}

.sec5 .img:hover img {
  transform: scale(1.1)
}

.sec5 .r_box {
  width: 50%;
  padding: 0 10.41667vw 0 5.57292vw
}

.sec5 .r_box .box {
  padding: 6.77083vw 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.sec5 .r_box .box .en {
  color: #2871FF;
  font-weight: 500;
  line-height: 1.5
}

.sec5 .r_box .box .title {
  width: fit-content;
  font-weight: 600;
  line-height: 1.2;
  margin: .9375vw 0 3.125vw
}

.sec5 .r_box .box ul li {
  display: flex;
  align-items: center;
  gap: 0 2.60417vw
}

.sec5 .r_box .box ul li .li_r {
  width: 13.28125vw
}

.sec5 .r_box .box ul li .li_r h5 {
  color: #000;
  font-weight: 600;
  line-height: 1.7
}

.sec5 .r_box .box ul li .li_r p {
  color: #000;
  font-weight: 400;
  line-height: 1.7
}

.sec5 .r_box .box ul li .icon {
  width: 4.16667vw;
  height: 4.16667vw;
  display: flex;
  align-items: center;
  justify-content: center
}

.sec5 .r_box .box ul li .icon img {
  width: 100%;
  height: 100%
}

.sec5 .r_box .box ul li:not(:last-child) {
  margin-bottom: 3.125vw
}

.sec6 {
  padding: 6.25vw 0 10.41667vw
}

.sec6 .wrap .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 8.33333vw
}

.sec6 .wrap .top .l .en {
  color: #2871FF;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: .9375vw
}

.sec6 .wrap .top .l .title {
  width: fit-content;
  font-weight: 600;
  line-height: 1.2
}

.sec6 .wrap .list {
  display: flex;
  justify-content: space-between
}

.sec6 .wrap .list .item {
  width: 17.1875vw;
  padding: 0 1.82292vw;
  text-align: center
}

.sec6 .wrap .list .item .icon {
  width: 4.16667vw;
  height: 4.16667vw;
  margin: 0 auto 1.5625vw;
  transition: 1s
}

.sec6 .wrap .list .item .icon img {
  width: 100%
}

.sec6 .wrap .list .item p {
  color: #00B9F6;
  font-weight: 700;
  line-height: 1.5
}

.sec6 .wrap .list .item:nth-child(2) p {
  color: #2871FF
}

.sec6 .wrap .list .item:nth-child(3) p {
  color: #00C9C2
}

.sec6 .wrap .list .item:nth-child(4) p {
  color: #9950FF
}

.sec6 .wrap .list .item:hover .icon {
  transform: rotateY(360deg)
}

.sec7 {
  padding: 0 0 6.25vw
}

.sec7 .wrap .top {
  margin-bottom: 3.125vw
}

.sec7 .wrap .top .en {
  color: #2871FF;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: .9375vw
}

.sec7 .wrap .top .title {
  width: fit-content;
  font-weight: 600;
  line-height: 1.2
}

.sec7 .wrap .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5625vw
}

.sec7 .wrap .list .item {
  border-radius: 1.35417vw;
  border: .05208vw solid #D1E2FF;
  background: #F4F8FF;
  padding: 2.60417vw;
  position: relative
}

.sec7 .wrap .list .item .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1.35417vw;
  overflow: hidden;
  opacity: 0;
  transition: 0.6s
}

.sec7 .wrap .list .item .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.sec7 .wrap .list .item .label {
  color: #2871FF;
  font-weight: 400;
  line-height: 1.5;
  transition: 0.6s;
  position: relative;
  z-index: 2
}

.sec7 .wrap .list .item .num {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  margin: 1.30208vw 0 1.04167vw;
  position: relative;
  z-index: 2
}

.sec7 .wrap .list .item .num p {
  position: relative
}

.sec7 .wrap .list .item .num p:after {
  content: attr(data-text);
  font-weight: 700;
  background: linear-gradient(104deg, #000 -5.02%, #2871FF 55.96%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.6s
}

.sec7 .wrap .list .item .num p:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  color: #FFFFFF;
  opacity: 0;
  transition: 0.6s
}

.sec7 .wrap .list .item .num span {
  display: block;
  margin: 0 0 .36458vw;
  color: #2871FF;
  font-weight: 600;
  transition: 0.6s
}

.sec7 .wrap .list .item .c_btn {
  position: relative;
  z-index: 2
}

.sec7 .wrap .list .item .c_btn p {
  transition: 0.6s
}

.sec7 .wrap .list .item .c_btn .icon {
  filter: brightness(0) invert(1);
  transition: 0.6s
}

.sec7 .wrap .list .item .item_list {
  position: relative;
  z-index: 2;
  margin-bottom: 2.08333vw
}

.sec7 .wrap .list .item .item_list h5 {
  color: #000;
  font-weight: 400;
  transition: 0.6s;
  margin-bottom: .72917vw
}

.sec7 .wrap .list .item .item_list .tr {
  display: flex;
  gap: 0 .625vw
}

.sec7 .wrap .list .item .item_list .tr .icon svg {
  width: 1.25vw;
  height: 1.25vw
}

.sec7 .wrap .list .item .item_list .tr .icon svg path {
  transition: 0.6s
}

.sec7 .wrap .list .item .item_list .tr p {
  width: 10.41667vw;
  color: #000;
  font-weight: 400;
  line-height: 1.25vw;
  transition: 0.6s
}

.sec7 .wrap .list .item .item_list .tr:not(:last-child) {
  margin-bottom: .41667vw
}

.sec7 .wrap .list .item:hover {
  border: 1px solid transparent
}

.sec7 .wrap .list .item:hover .c_btn {
  background: #FFFFFF
}

.sec7 .wrap .list .item:hover .c_btn p {
  color: #2871FF
}

.sec7 .wrap .list .item:hover .c_btn .icon {
  filter: brightness(1)
}

.sec7 .wrap .list .item:hover .label {
  color: #FFF
}

.sec7 .wrap .list .item:hover .bg {
  opacity: 1
}

.sec7 .wrap .list .item:hover .item_list h5 {
  color: #FFFFFF
}

.sec7 .wrap .list .item:hover .item_list .tr .icon svg path {
  fill: #52DAFF
}

.sec7 .wrap .list .item:hover .item_list .tr p {
  color: #FFFFFF
}

.sec7 .wrap .list .item:hover .num p:after {
  opacity: 0
}

.sec7 .wrap .list .item:hover .num p:before {
  opacity: 1
}

.sec7 .wrap .list .item:hover .num span {
  color: #CBDDFF
}

@media screen and (max-width: 768px) {
  .f_38 {
    font-size: 26px
  }

  .w1520 {
    width: 90%
  }

  .banner img {
    height: 60vh;
    transform: translateY(50px)
  }

  .banner .text {
    top: 35px;
    width: 100%;
    left: 0;
    padding: 0 5vw
  }

  .banner .text .des {
    width: 100%
  }

  .sec1 {
    padding: 50px 5vw 20px
  }

  .sec1 .item {
    display: block;
    margin: 0 0 40px
  }

  .sec1 .item .img {
    width: 100%;
    height: 100vw
  }

  .sec1 .item .r_box {
    width: 100%;
    padding: 30px 0 0 !important
  }

  .sec1 .item .r_box .item_text {
    margin-bottom: 30px
  }

  .sec1 .item .r_box .labels .label {
    padding: 5px 15px;
    gap: 0 6px
  }

  .sec1 .item .r_box .labels .label .cir {
    width: 6px;
    height: 6px
  }

  .sec1 .item .r_box .item_title {
    margin: 20px 0 30px
  }

  .sec1 .item .r_box .item_title .num_box {
    right: -20px;
    top: -50px;
    width: 120px
  }

  .sec1 .item .r_box .item_title .num_box .num_box_text {
    top: 15px;
    left: 27px
  }

  .sec2 {
    padding: 0 0 40px
  }

  .sec2 .part {
    margin-bottom: 40px
  }

  .sec2 .part .part_top {
    margin-bottom: 30px
  }

  .sec2 .part .part_top .en {
    margin-bottom: 15px
  }

  .sec2 .part .flex {
    padding: 20px 0;
    display: block
  }

  .sec2 .part .flex .jt {
    width: 40px;
    margin: 30px auto
  }

  .sec2 .part .flex .jt img {
    width: 100%;
    transform: rotate(90deg)
  }

  .sec2 .part .flex .item {
    display: block
  }

  .sec2 .part .flex .item .num {
    width: 30px;
    height: 30px;
    margin: 0 auto 10px
  }

  .sec2 .part .flex .item p {
    text-align: center
  }

  .sec2 .part .flex .item p br {
    display: none
  }

  .sec2 .part .content {
    display: block
  }

  .sec2 .part .content .img {
    width: 100%;
    height: 75vw
  }

  .sec2 .part .content .r_box {
    width: 100%;
    padding: 30px 0 0
  }

  .sec2 .part .content .r_box .r_box_text {
    width: 100%;
    margin: 0 0 20px
  }

  .sec2 .part .content .r_box .battle {
    padding: 0;
    flex-direction: column
  }

  .sec2 .part .content .r_box .battle .battle_item {
    width: 100% !important;
    padding: 20px;
    border-radius: 8px
  }

  .sec2 .part .content .r_box .battle .battle_item .label {
    padding: 5px 15px;
    gap: 0 8px;
    border-radius: 20px;
    margin-bottom: 20px
  }

  .sec2 .part .content .r_box .battle .battle_item .label .cir {
    width: 6px;
    height: 6px
  }

  .sec2 .part .content .r_box .battle .battle_item.now {
    position: unset;
    margin: 20px 0 0
  }

  .sec3 {
    padding: 60px 0
  }

  .sec3 .wrap .top {
    display: block;
    margin-bottom: 40px
  }

  .sec3 .wrap .top .l {
    margin-bottom: 20px
  }

  .sec3 .wrap .top .l .en {
    margin-bottom: 15px
  }

  .sec3 .wrap .top .r {
    width: 100%
  }

  .sec3 .wrap .list {
    width: 85%;
    gap: 30px
  }

  .sec3 .wrap .list .item {
    width: 100% !important;
    border-radius: 15px;
    height: 300px !important;
    padding: 30px
  }

  .sec3 .wrap .list .item .icon {
    width: 90px;
    margin: 60px auto 0
  }

  .sec3 .wrap .list .item:after {
    content: "";
    width: 200px !important;
    height: 160px !important;
    border-radius: 200px !important;
    filter: blur(100px) !important;
    top: 174px !important;
    left: 50% !important;
    transform: translateX(-50%)
  }

  .sec4 {
    padding: 60px 0
  }

  .sec4 .wrap {
    width: 90%
  }

  .sec4 .wrap .title {
    margin-bottom: 50px
  }

  .sec4 .wrap .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px
  }

  .sec4 .wrap .list .item {
    border-radius: 10px;
    padding: 30px
  }

  .sec4 .wrap .list .item .img {
    height: 15vw;
    margin: 15px 0
  }

  .sec5 {
    padding: 0 5vw 60px;
    display: block
  }

  .sec5 .img {
    width: 100%;
    height: 100vw
  }

  .sec5 .r_box {
    width: 100%;
    padding: 30px 0 0
  }

  .sec5 .r_box .box {
    width: 100%;
    padding: 20px 0
  }

  .sec5 .r_box .box .title {
    margin: 15px 0 30px
  }

  .sec5 .r_box .box ul li {
    gap: 0 15px
  }

  .sec5 .r_box .box ul li .icon {
    width: 50px;
    height: 50px
  }

  .sec5 .r_box .box ul li .li_r {
    width: calc(100% - 65px)
  }

  .sec5 .r_box .box ul li:not(:last-child) {
    margin-bottom: 15px
  }

  .c_btn .icon img {
    width: 100%
  }

  .sec6 {
    padding: 0 0 60px
  }

  .sec6 .wrap .top {
    text-align: center;
    display: block;
    margin-bottom: 40px
  }

  .sec6 .wrap .top .l {
    margin-bottom: 20px
  }

  .sec6 .wrap .top .l .en {
    margin-bottom: 15px
  }

  .sec6 .wrap .list {
    display: block
  }

  .sec6 .wrap .list .item {
    width: 100%
  }

  .sec6 .wrap .list .item .icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px
  }

  .sec6 .wrap .list .item:not(:last-child) {
    margin-bottom: 35px
  }

  .sec7 {
    padding: 0 0 60px
  }

  .sec7 .wrap .top {
    margin-bottom: 40px
  }

  .sec7 .wrap .top .en {
    margin-bottom: 15px
  }

  .sec7 .wrap .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px
  }

  .sec7 .wrap .list .item {
    border-radius: 15px;
    padding: 30px
  }

  .sec7 .wrap .list .item .bg {
    border-radius: 15px
  }

  .sec7 .wrap .list .item .num {
    margin: 25px 0 20px
  }

  .sec7 .wrap .list .item .item_list {
    margin-bottom: 30px
  }

  .sec7 .wrap .list .item .item_list h5 {
    margin-bottom: 10px
  }

  .sec7 .wrap .list .item .item_list .tr {
    gap: 0 10px
  }

  .sec7 .wrap .list .item .item_list .tr .icon svg {
    width: 20px;
    height: 20px
  }

  .sec7 .wrap .list .item .item_list .tr p {
    width: calc(100% - 30px);
    line-height: 20px
  }

  .sec7 .wrap .list .item .item_list .tr:not(:last-child) {
    margin-bottom: 10px
  }
}