body {
  background: #01000A;
  color: white
}

img {
  object-fit: cover
}

.common_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover
}

img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover
}

.home .banner {
  height: calc(100vh + 800px);
  position: relative
}

.home .banner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 12.44792vw;
  bottom: 0;
  z-index: 5;
  background: linear-gradient(180deg, rgba(1, 0, 10, 0) 0%, #01000A 100%)
}

.home .banner .fix {
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center
}

.home .banner .fix .wrap {
  padding: 0 7.91667vw
}

.home .banner .fix .wrap .title {
  color: #FFF;
  font-size: 6.66667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 6.66667vw
}

.home .banner .fix .wrap .title p {
  width: fit-content;
  position: relative;
  display: flex
}

.home .banner .fix .wrap .title p:nth-child(2) {
  left: -1.61458vw
}

.home .banner .fix .wrap .title span {
  display: block;
  margin: 0 2.08333vw 0 0
}

.home .banner .fix .wrap .p1 {
  color: #FFF;
  font-size: 1.66667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5vw;
  margin: 2.08333vw 0 0 0
}

.home .section1 {
  padding: 8.02083vw 7.8125vw 14.16667vw 7.8125vw
}

.home .section1 .title {
  text-align: right;
  color: #FFF;
  font-size: 2.08333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 3.125vw
}

.home .section1 .content {
  margin: 4.16667vw 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.home .section1 .content .item {
  width: 25.15625vw;
  height: 16.19792vw;
  border-radius: .15625vw;
  border: .10417vw solid #0080FA;
  background: linear-gradient(116deg, rgba(0, 0, 0, 0.2) 41.41%, rgba(0, 47, 255, 0.2) 80.28%), #000;
  position: relative;
  padding: 0 3.33333vw;
  display: flex;
  align-items: center;
  transition: .4s ease
}

.home .section1 .content .item:hover {
  border: .10417vw solid transparent;
  background: transparent
}

.home .section1 .content .item:hover .hide {
  opacity: 1;
  pointer-events: auto
}

.home .section1 .content .item .hide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: .4s ease
}

.home .section1 .content .item .hide .text {
  padding: 0 1.77083vw 0 2.23958vw;
  color: #FFF;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.home .section1 .content .item .hide .text span {
  color: #1FA5FD;
  font-size: 2.08333vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal
}

.home .section1 .content .item:nth-child(2) {
  top: 2.86458vw
}

.home .section1 .content .item:nth-child(3) {
  top: 5.83333vw
}

.home .section1 .content .item:nth-child(3) .hide .text {
  font-size: 1.04167vw;
  padding: 0 .98958vw 0 2.23958vw
}

.home .section1 .content .item .num {
  width: fit-content;
  font-size: 2.76042vw;
  font-style: normal;
  font-weight: 500;
  line-height: 3.125vw;
  background: linear-gradient(135deg, #1FA5FD 0%, #002FFF 50%, #09090B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.home .section1 .content .item .p1 {
  color: #FFF;
  font-size: 2.08333vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 1.25vw 0 0 0
}

.home .section2 {
  height: calc(100vh + 1000px);
  position: relative
}

.home .section2 .fix {
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  z-index: 1
}

.home .section2 .fix .position_text {
  position: absolute;
  left: 6.25vw;
  top: 7.29167vw;
  opacity: 0;
  pointer-events: none;
  transition: .6s ease
}

.home .section2 .fix .position_text.on {
  opacity: 1;
  pointer-events: auto
}

.home .section2 .fix .position_text .p1 {
  color: #FFF;
  font-size: 3.33333vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal
}

.home .section2 .fix .position_text .p2 {
  margin: .9375vw 0 0 0;
  color: #FFF;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875vw
}

.home .section2 .fix .cir {
  position: absolute;
  width: 100%;
  height: 200%;
  pointer-events: none;
  top: 0;
  left: 0;
  overflow: hidden
}

.home .section2 .fix .cir div {
  position: absolute;
  pointer-events: none;
  width: 101.25vw;
  top: 20.3125vw;
  right: -29.84375vw;
  z-index: -1;
  height: 67.5vw;
  border-radius: 33.75vw;
  opacity: 0.6;
  background: radial-gradient(90.14% 60.09% at 50% 50%, rgba(0, 47, 255, 0.8) 0%, transparent 66%);
  flex-shrink: 0;
  filter: blur(130px)
}

.home .section2 .fix .cir2 {
  position: absolute;
  width: 100%;
  height: 200%;
  pointer-events: none;
  top: 0;
  left: 0;
  overflow: hidden
}

.home .section2 .fix .cir2 div {
  position: absolute;
  pointer-events: none;
  width: 16.30208vw;
  height: 12.1875vw;
  top: 28.90625vw;
  left: -10.3125vw;
  z-index: -1;
  border-radius: 16.30208vw;
  background: rgba(0, 47, 255, 0.7);
  filter: blur(150px)
}

.home .section2 .fix .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 600ms
}

.home .section2 .fix .center.an1 {
  top: 55%;
  pointer-events: none
}

.home .section2 .fix .center.an1 .position1 {
  opacity: 1;
  transition: 600ms;
  transition-delay: 200ms
}

.home .section2 .fix .center.an1 .position2 {
  opacity: 1;
  transition: 1s;
  transition-delay: 800ms
}

.home .section2 .fix .center.an1 .item:nth-child(3) .other {
  transition: 1s;
  opacity: 1
}

.home .section2 .fix .center.an1 .other .other_list {
  opacity: 1;
  transition: 1s
}

.home .section2 .fix .center.an1 .other .other_list.other_list1 {
  transition-delay: 200ms
}

.home .section2 .fix .center.an1 .other .other_list.other_list2 {
  transition-delay: 400ms
}

.home .section2 .fix .center.an1 .other .other_list.other_list3 {
  transition-delay: 600ms
}

.home .section2 .fix .center.an1 .other .other_list.other_list4 {
  transition-delay: 400ms
}

.home .section2 .fix .center .other {
  position: absolute;
  z-index: 55;
  width: 100%;
  height: 100%;
  pointer-events: none
}

.home .section2 .fix .center .other .other_list {
  display: flex;
  align-items: center;
  position: absolute;
  opacity: 0;
  pointer-events: auto
}

.home .section2 .fix .center .other .other_list.other_list1 {
  top: 47%
}

.home .section2 .fix .center .other .other_list.other_list1 p {
  margin-left: 0
}

.home .section2 .fix .center .other .other_list.other_list2 {
  left: 50%;
  bottom: 4.16667vw;
  transform: translateX(-50%);
  width: 15.625vw;
  justify-content: center
}

.home .section2 .fix .center .other .other_list.other_list3 {
  top: 47%;
  right: 3%
}

.home .section2 .fix .center .other .other_list.other_list4 {
  width: 15.625vw;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  top: 4.16667vw
}

.home .section2 .fix .center .other .other_list .small {
  height: 1.82292vw;
  display: flex;
  align-items: center;
  justify-content: center
}

.home .section2 .fix .center .other .other_list .small img {
  max-width: unset;
  height: 100%;
  max-height: unset;
  object-fit: contain
}

.home .section2 .fix .center .other .other_list p {
  color: #FFF;
  font-size: 1.38021vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: .52083vw
}

.home .section2 .fix .center .position {
  position: absolute;
  right: 120%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none
}

.home .section2 .fix .center .position.right {
  left: 120%;
  right: unset;
  flex-direction: row-reverse
}

.home .section2 .fix .center .position.right svg {
  margin: 0 3.64583vw 0 0
}

.home .section2 .fix .center .position .message {
  width: 13.125vw;
  height: 4.58333vw;
  border-radius: .15625vw;
  border: .10417vw solid #0080FA;
  background: #01000A;
  display: flex;
  align-items: center;
  padding: 0 1.04167vw
}

.home .section2 .fix .center .position .message .img {
  width: 2.34375vw;
  height: 2.34375vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 .83333vw 0 0
}

.home .section2 .fix .center .position .message .img img {
  object-fit: contain
}

.home .section2 .fix .center .position .message .text .p1 {
  color: #FFF;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 .20833vw
}

.home .section2 .fix .center .position .message .text .p2 {
  color: #FFF;
  font-size: .67708vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.home .section2 .fix .center .position svg {
  margin: 0 0 0 3.64583vw;
  width: 1.71875vw
}

.home .section2 .fix .center .move {
  position: relative;
  left: -25vw
}

.home .section2 .fix .center .joke {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5625vw;
  transition: 1s
}

.home .section2 .fix .center .joke.on .item .bg1 {
  opacity: 1
}

.home .section2 .fix .center .joke.on .item .bg2 {
  opacity: 0
}

.home .section2 .fix .center .joke.on .item .icon {
  opacity: 0
}

.home .section2 .fix .center .item {
  position: relative;
  width: 15.10417vw;
  cursor: pointer
}

.home .section2 .fix .center .item:nth-child(2) .bg3 {
  width: 100%
}

.home .section2 .fix .center .item:nth-child(2) .other {
  left: 45%
}

.home .section2 .fix .center .item:nth-child(4) .other {
  top: 42%;
  left: 42%
}

.home .section2 .fix .center .item.on .bg1 {
  opacity: 0
}

.home .section2 .fix .center .item.on .bg2 {
  opacity: 1
}

.home .section2 .fix .center .item .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11.35417vw;
  height: 7.39583vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .6s ease
}

.home .section2 .fix .center .item .icon img {
  object-fit: contain
}

.home .section2 .fix .center .item .bg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: .6s ease
}

.home .section2 .fix .center .item .bg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0
}

.home .section2 .fix .center .item .bg3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: .6s ease
}

.home .section2 .fix .center .item .bg3.on {
  opacity: 1
}

.home .section2 .fix .fist {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15.83333vw
}

.home .section2 .fix .fist .wrap {
  width: 31.97917vw
}

.home .section2 .fix .fist .wrap .title {
  color: #FFF;
  font-size: 3.33333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 76.8px
}

.home .section2 .fix .fist .wrap .cut {
  margin: 3.33333vw 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: .05208vw solid rgba(255, 255, 255, 0.2)
}

.home .section2 .fix .fist .wrap .cut .list {
  padding: 0 0 1.30208vw;
  color: #FFF;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  transition: .6s;
  position: relative
}

.home .section2 .fix .fist .wrap .cut .list:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  left: 0;
  background: #0080FA;
  transform-origin: left;
  transform: scaleX(0);
  transition: .6s ease
}

.home .section2 .fix .fist .wrap .cut .list.on {
  color: #0080FA
}

.home .section2 .fix .fist .wrap .cut .list.on:after {
  transform: scaleX(1)
}

.home .section2 .fix .fist .wrap .text {
  margin: 2.08333vw 0 0 0;
  color: #FFF;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875vw
}

.home .section2 .fix .fist .wrap .con_cut .con_cut_list {
  display: none
}

.home .section2 .fix .fist .wrap .con_cut .con_cut_list.on {
  display: block
}

.home .section2 .fix .fist .wrap .dis {
  margin: 1.5625vw 0 0 0;
  display: flex;
  align-items: flex-end
}

.home .section2 .fix .fist .wrap .dis span {
  color: #0080FA;
  font-size: 5vw;
  font-style: normal;
  font-weight: 500;
  line-height: 4.16667vw
}

.home .section2 .fix .fist .wrap .dis .p1 {
  color: #0080FA;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5625vw
}

.home .section2 .fix .fist .wrap .dis .p2 {
  color: #FFF;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 0 .78125vw
}

.home .section2 .fix .fist .wrap .p3 {
  margin: 2.44792vw 0 0 0;
  color: #FFF;
  font-size: .625vw;
  font-style: normal;
  font-weight: 400
}

.home .section2 .fix .mobile_box {
  display: none
}

.home .section3 {
  padding: 6.09375vw 7.8125vw 10.67708vw 7.8125vw
}

.home .section3 .title .p1 {
  color: #FFF;
  font-size: 3.33333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 4vw;
  text-transform: capitalize;
  margin: 0 0 .9375vw
}

.home .section3 .title .p2 {
  color: #FFF;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875vw
}

.home .section3 .content {
  margin: 4.16667vw 0 0 0;
  display: flex;
  justify-content: space-between
}

.home .section3 .content .item {
  width: 19.73958vw;
  height: 11.66667vw;
  border-radius: .15625vw;
  border: .10417vw solid #0080FA;
  background: linear-gradient(116deg, rgba(0, 0, 0, 0.2) 41.41%, rgba(0, 47, 255, 0.2) 80.28%), #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.home .section3 .content .item:last-child .position {
  left: 2.60417vw
}

.home .section3 .content .item:hover .y {
  transform: translateY(0)
}

.home .section3 .content .item:hover .y .pick {
  opacity: 1
}

.home .section3 .content .item:hover .position {
  opacity: 1
}

.home .section3 .content .item .y {
  text-align: center;
  transform: translateY(1.04167vw);
  transition: .6s
}

.home .section3 .content .item .y .headline {
  color: #FFF;
  font-size: 1.35417vw;
  font-style: normal;
  font-weight: 500;
  margin: 0 0 .52083vw
}

.home .section3 .content .item .y .pick {
  color: #FFF;
  font-size: .83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625vw;
  opacity: 0;
  transition: .6s
}

.home .section3 .content .item .position {
  position: absolute;
  /* bottom: -2.08333vw; */
  top: 90%;
  left: 9.89583vw;
  display: flex;
  align-items: flex-start;
  opacity: 0;
  transition: .6s;
  pointer-events: none
}

.home .section3 .content .item .position .line {
  width: 2.1875vw;
  object-fit: contain
}

.home .section3 .content .item .position .bor {
  width: fit-content;
  padding: 1.041vw 1.45833vw 1.041vw .9375vw;
  min-height: 80px;
  border-radius: 0px 3px 3px 3px;
  border: 1px solid #0080FA;
  background: #01000A;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* justify-content: center; */
  position: relative;
  top: 42px;
  gap: 10px;
}

.home .section3 .content .item .position .bor .row {
  width: fit-content;
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.home .section3 .content .item .position .bor .img {
  width: 3.4375vw;
  height: 1.875vw;
  display: flex;
  align-items: center;
  justify-content: center
}

.home .section3 .content .item .position .bor .img img {
  object-fit: contain
}

.home .section3 .content .item .position .bor p {
  color: #0080FA;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 500;
  white-space: nowrap
}

.home .section4 {
  padding: 8.33333vw 7.8125vw 3.125vw 7.8125vw
}

.home .section4 .content {
  width: 84.375vw;
  height: 21.30208vw;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center
}

.home .section4 .content .p1 {
  color: #FFF;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 500
}

.home .section4 .content .more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3.54167vw;
  width: 8.38542vw;
  height: 2.34375vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 400;
  border-radius: .15625vw;
  border: .05208vw solid #1FA5FD;
  background: #01000A;
  z-index: 1;
  overflow: hidden;
  transition: .6s ease
}

.home .section4 .content .more:hover {
  border: 1px solid transparent;
  background: transparent
}

.home .section4 .content .more:hover:after {
  opacity: 1
}

.home .section4 .content .more:after {
  opacity: 0;
  transition: .6s ease;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(90deg, #1FA5FD 0%, #3C0ED5 100%)
}

.home .section5 {
  padding: 5.20833vw 7.8125vw 4.79167vw 7.8125vw
}

.home .section5 .top {
  display: flex;
  justify-content: space-between
}

.home .section5 .top .title {
  color: #FFF;
  font-size: 3.33333vw;
  font-style: normal;
  font-weight: 500
}

.home .section5 .top .button {
  display: flex;
  gap: 0 2.08333vw;
  margin: 1.875vw 0 0 0
}

.home .section5 .top .button .click {
  width: 4.16667vw;
  height: 4.16667vw;
  position: relative;
  cursor: pointer
}

.home .section5 .top .button .click:hover img {
  opacity: 0
}

.home .section5 .top .button .click:hover img:last-child {
  opacity: 1
}

.home .section5 .top .button .click:last-child {
  transform: rotate(180deg)
}

.home .section5 .top .button .click img {
  width: 100%;
  transition: .6s ease
}

.home .section5 .top .button .click img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(180deg);
  opacity: 0
}

.home .section5 .content {
  margin: 3.125vw 0 0 0
}

.home .section5 .content .newsSwiper .item {
  width: 100%;
  height: 31.875vw;
  border-radius: .10417vw;
  border: .10417vw solid #39546C;
  background: #01000A;
  padding: 1.30208vw 1.30208vw 3.125vw;
  display: block;
  transition: .6s ease;

  display: flex;
  flex-direction: column;
}

.home .section5 .content .newsSwiper .item:hover {
  border: .10417vw solid #0080FA
}

.home .section5 .content .newsSwiper .item:hover .img img {
  transform: scale(1.05)
}

.home .section5 .content .newsSwiper .item:hover .text .more:after {
  transform: scaleX(1)
}

.home .section5 .content .newsSwiper .item .img {
  width: 100%;
  height: 15.88542vw;
  overflow: hidden
}

.home .section5 .content .newsSwiper .item .img img {
  width: 100%;
  height: 100%;
  transition: .6s ease
}

.home .section5 .content .newsSwiper .item .text {
  margin: 1.40625vw 0 0 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.home .section5 .content .newsSwiper .item .text .p1 {
  color: #FFF;
  font-size: 1.35417vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.82292vw;
  margin: 0 0 auto;
}

.home .section5 .content .newsSwiper .item .text .more {
  color: #FFF;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 400;
  margin: 2.8125vw 0 0 0;
  position: relative;
  width: fit-content
}

.home .section5 .content .newsSwiper .item .text .more:after {
  content: '';
  position: absolute;
  bottom: -.10417vw;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform-origin: left;
  transform: scaleX(0);
  transition: .6s
}

@media screen and (max-width: 1024px) {
  .home {
    overflow: hidden
  }

  .home .banner {
    height: 100vh
  }

  .home .banner .fix {
    height: 100%;
    position: relative
  }

  .home .banner .fix .wrap {
    padding: 0 5%
  }

  .home .banner .fix .wrap .title {
    line-height: 1.5
  }

  .home .banner .fix .wrap .title p {
    font-size: 30px
  }

  .home .banner .fix .wrap .title p span {
    opacity: 1 !important;
    transform: none !important
  }

  .home .banner .fix .wrap .p1 {
    font-size: 16px;
    line-height: 25px
  }

  .home .section1 {
    padding: 25px 5%
  }

  .home .section1 .title {
    font-size: 16px;
    line-height: 25px
  }

  .home .section1 .title br {
    display: none
  }

  .home .section1 .content {
    flex-direction: column;
    gap: 20px 0
  }

  .home .section1 .content .item {
    top: 0 !important;
    width: 100%;
    height: auto;
    padding: 60px 5%
  }

  .home .section1 .content .item .num {
    font-size: 30px;
    line-height: unset
  }

  .home .section1 .content .item .p1 {
    font-size: 16px;
    line-height: 25px
  }

  .home .section1 .content .item .hide .text {
    padding: 0 5%;
    font-size: 13px !important;
    line-height: 25px
  }

  .home .section1 .content .item .hide .text span {
    font-size: 13px !important
  }

  .home .section2 {
    height: auto;
    padding: 45px 0 0 0
  }

  .home .section2 .fix {
    height: auto;
    position: static
  }

  .home .section2 .fix .center {
    display: none
  }

  .home .section2 .fix .fist {
    height: auto;
    padding: 0 5%
  }

  .home .section2 .fix .fist .wrap {
    width: 100%
  }

  .home .section2 .fix .fist .wrap .title {
    font-size: 28px;
    line-height: 1.7
  }

  .home .section2 .fix .fist .wrap .cut {
    margin: 15px 0 0 0
  }

  .home .section2 .fix .fist .wrap .cut .list {
    padding: 0 0 10px;
    font-size: 13px
  }

  .home .section2 .fix .fist .wrap .text {
    font-size: 13px;
    line-height: 1.6;
    margin: 30px 0 0 0
  }

  .home .section2 .fix .fist .wrap .dis {
    margin: 25px 0
  }

  .home .section2 .fix .fist .wrap .dis span {
    font-size: 35px;
    line-height: unset
  }

  .home .section2 .fix .fist .wrap .dis .p1 {
    font-size: 14px;
    line-height: 32px
  }

  .home .section2 .fix .fist .wrap .dis .p2 {
    margin: -8px 0 0 15px;
    position: relative;
    top: -5px;
    font-size: 14px
  }

  .home .section2 .fix .fist .wrap .p3 {
    font-size: 14px;
    line-height: 1.56;
    margin: 10px 0 0 0
  }

  .home .section2 .fix .mobile_box {
    display: block;
    width: 90%;
    margin: 60px auto 20px auto
  }

  .home .section2 .fix .mobile_box .p1 {
    font-size: 24px
  }

  .home .section2 .fix .mobile_box .p2 {
    font-size: 14px;
    margin-top: 10px
  }

  .home .section2 .fix .mobile_box .position {
    margin: 20px 0
  }

  .home .section2 .fix .mobile_box .position .message {
    width: 100%;
    height: 88px;
    border-radius: 3px;
    border: 2px solid #0080FA;
    background: #01000A;
    display: flex;
    align-items: center;
    padding: 0 20px
  }

  .home .section2 .fix .mobile_box .position .message .img {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 16px 0 0
  }

  .home .section2 .fix .mobile_box .position .message .img img {
    object-fit: contain
  }

  .home .section2 .fix .mobile_box .position .message .text {
    width: calc(100% - 61px)
  }

  .home .section2 .fix .mobile_box .position .message .text .p1 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 4px
  }

  .home .section2 .fix .mobile_box .position .message .text .p2 {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
  }

  .home .section2 .fix .mobile_box .position svg {
    width: 20px;
    margin: 15px auto;
    display: block;
    transform: rotate(90deg);
    height: auto
  }

  .home .section3 {
    padding: 50px 5%
  }

  .home .section3 .title .p1 {
    font-size: 24px;
    line-height: 1;
    margin: 0 0 15px
  }

  .home .section3 .title .p2 {
    font-size: 13px;
    line-height: 1.6
  }

  .home .section3 .content {
    flex-direction: column;
    gap: 20px 0;
    margin: 25px 0 0 0
  }

  .home .section3 .content .item {
    width: 100%;
    height: auto;
    padding: 50px 0;
    display: block
  }

  .home .section3 .content .item .y {
    transform: translateY(0)
  }

  .home .section3 .content .item .y .headline {
    font-size: 24px;
    margin: 0 0 10px
  }

  .home .section3 .content .item .y .pick {
    font-size: 13px;
    line-height: 25px;
    opacity: 1
  }

  .home .section3 .content .item .position {
    position: static;
    opacity: 1;
    width: fit-content;
    pointer-events: auto;
    margin: 25px auto 0
  }

  .home .section3 .content .item .position .bor {
    top: 0;
    padding: 10px 20px 10px 10px;
    height: auto
  }

  .home .section3 .content .item .position .bor .img {
    width: 30px;
    height: fit-content;
    margin: 0 5px 0 0
  }

  .home .section3 .content .item .position .bor p {
    font-size: 13px
  }

  .home .section3 .content .item .position .line {
    display: none
  }

  .home .section4 {
    padding: 0 5% 35px 5%
  }

  .home .section4 .content {
    width: 100%;
    height: 200px
  }

  .home .section4 .content .p1 {
    font-size: 24px
  }

  .home .section4 .content .more {
    width: 153px;
    height: 42px;
    font-size: 14px;
    margin: 15px auto
  }

  .home .section5 {
    padding: 35px 5%
  }

  .home .section5 .top .title {
    font-size: 24px
  }

  .home .section5 .top .button {
    gap: 15px;
    margin: 0
  }

  .home .section5 .top .button .click {
    width: 45px;
    height: 45px
  }

  .home .section5 .content {
    margin: 30px 0 0 0
  }

  .home .section5 .content .newsSwiper .swiper-slide .item {
    height: auto;
    padding: 5%
  }

  .home .section5 .content .newsSwiper .swiper-slide .item .img {
    height: auto
  }

  .home .section5 .content .newsSwiper .swiper-slide .item .text {
    margin: 15px 0 0 0
  }

  .home .section5 .content .newsSwiper .swiper-slide .item .text .p1 {
    font-size: 14px;
    line-height: 1.7
  }

  .home .section5 .content .newsSwiper .swiper-slide .item .text .more {
    font-size: 14px;
    margin: 25px 0 0 0
  }
}