.container {
  --padding-x: 12%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
}

@media (max-width: 1920px) {
  .container {
    --padding-x: 1.6rem;
  }
}

@media (max-width: 1536px) {
  .container {
    --padding-x: 4%;
  }
}

@media (max-width: 1200px) {
  .container {
    --padding-x: 60px;
  }
}

@media (max-width: 1024px) {
  .container {
    --padding-x: 40px;
  }
}

@media (max-width: 768px) {
  .container {
    --padding-x: 20px;
  }
}

.global-service {
  --padding-top: 100px;
  --padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  padding: var(--padding-top) 0 var(--padding-bottom);
  color: #fff;
  /* color: #333; */
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .global-service {
    --padding-top: 10px;
    --padding-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .global-service {
    --padding-bottom: var(--padding-top);
    --padding-top: 80px;
    /* height: unset; */
  }
}

.global-service .background {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgb(31 15 47) url('../images/gs-background.jpeg') right bottom /
    cover no-repeat;
}

.global-service .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* column-gap: 80px; */
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .global-service .content {
    flex-direction: column;
    height: 100%;
    align-items: baseline;
  }
}

.global-service .records,
.global-service .figures {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.global-service .records {
  flex: none;
  width: 180px;
  font-size: 16px;
  color: #fff;
}

@media (max-width: 768px) {
  .global-service .records {
    row-gap: 30px;
    width: unset;
    height: fit-content;
  }
}

.global-service .records .header {
  width: max-content;
  -webkit-user-select: none;
  user-select: none;
}

@media (max-width: 768px) {
  .global-service .records .header {
    position: unset;
  }
}

.global-service .records .header .indexTit {
  color: #fff;
}

@media (max-width: 768px) {
  .global-service .records .header .title {
    font-size: 32px;
  }
}

.global-service .records .header .indexsubTit {
  margin-top: 0.28rem;
}

.global-service .records ul {
  --gap: 0.65rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: var(--gap);
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #ddd;
  list-style: none;
  -webkit-user-select: none;
  user-select: none;
}

@media (max-width: 1536px) {
  .global-service .records ul {
    --gap: 0.4rem;
  }
}
@media (max-width: 768px) {
  .global-service .records ul {
    --gap: 20px;

    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
  }

  .global-service .records ul li {
    width: calc(50% - var(--gap) / 2);
  }
}

.global-service .records em {
  font-size: 0.56rem;
  font-weight: 700;
  color: #fff;
  font-style: normal;
  font-family: DIN;
}
@media (max-width: 1536px) {
  .global-service .records em {
    font-size: 0.4rem;
  }
}
@media (max-width: 768px) {
  .global-service .records em {
    font-size: 28px;
  }
}

.global-service .records span {
  margin-left: 0.1em;
  /* 右上角 super */
  vertical-align: 50%;
  /* 右下角 sub*/
  /* vertical-align: 0; */
  font-size: 0.5em;
}

.global-service .earth {
  flex: auto;
  height: 100%;
}

@media (min-width: 1200px) {
  .global-service .earth {
    background-image: radial-gradient(
      circle at 50% 54%,
      rgb(255 255 255 / 0.2),
      transparent 55%
    );
  }
}

@media (max-width: 1200px) and (min-width: 769px) {
  .global-service .earth {
    position: absolute;
    aspect-ratio: 1;
  }
}

@media (max-width: 768px) {
  .global-service .earth {
    width: 100%;
    aspect-ratio: 1;
    margin-top: -63vw;
    margin-bottom: 20px;
    opacity: 0.75;
  }
}

.global-service .figures {
  justify-content: center;
  flex: 0 0 400px;
  overflow: hidden;
}

.global-service .figures .swiper-pagination {
  --swiper-pagination-fraction-color: #fff;
  bottom: 0;
  top: auto;
  left: 32px;
  right: 32px;
  width: calc(100% - 64px);
}
/* .global-service .figures .swiper-pagination .swiper-pagination-bullet {
  width: 0.6rem;
  height: 1px;
  background: #ffffff;
  opacity: 1;
  margin: 0;
  margin-right: 0.12rem;
  cursor: pointer;
}
.global-service .figures .swiper-pagination .swiper-pagination-bullet-active {
  background: #e60012;
} */

@media (max-width: 768px) {
  .global-service .figures {
    flex: auto;
    width: 100%;
  }

  .global-service .figures .swiper-pagination {
    --swiper-pagination-bottom: 48px;
    --swiper-pagination-bullet-inactive-opacity: 0.5;
    --swiper-pagination-color: #fff;
  }
}

.global-service .figures .swiper-main {
  width: 100%;
  /* height: 60%; */
  aspect-ratio: 1;
  border-radius: 8px;
  background: transparent;
  border-radius: 12px;
  /* border: 1px solid rgba(252, 252, 252, 0.1); */
  -webkit-user-select: none;
  user-select: none;
  overflow: visible;
}

@media (max-width: 768px) {
  .global-service .figures .swiper-main {
    border-radius: 2px;
    background-color: unset;
    aspect-ratio: 1.5;
  }
}
.global-service .figures .swiper-main .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 20px;
  padding: 40px 32px;
}

@media (max-width: 768px) {
  .global-service .figures .swiper-main .swiper-slide {
    flex-direction: column-reverse;
    row-gap: unset;
    padding: 0;
  }
}

.global-service .figures .swiper-main .swiper-slide .title {
  flex: none;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 768px) {
  .global-service .figures .swiper-main .swiper-slide .title {
    padding: 8px 1em;
    /* background-color: #fff; */
    font-size: 18px;
    text-align: center;
  }
}

.global-service .figures .swiper-main .swiper-slide .description {
  flex: none;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  color: #9a9a9a;
}

@media (max-width: 768px) {
  .global-service .figures .swiper-main .swiper-slide .description {
    display: none;
    color: #ccc;
  }
}

.global-service .figures .swiper-main .swiper-slide .image {
  display: block;
  flex: auto;
  aspect-ratio: 16/9;
  /*object-fit: cover;*/
  border-radius: 4px;
  /* margin: 25px 0; */
}

@media (max-width: 768px) {
  .global-service .figures .swiper-main .swiper-slide .image {
    border-radius: unset;
  }
}

.__devtools__ {
  display: flex;
  display: none;
  flex-direction: column;
  row-gap: 8px;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  padding: 20px 24px;
  border-radius: 2px;
  background-color: rgb(0 0 0 / 0.75);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: white;
  -webkit-user-select: text;
  user-select: text;
}

.__devtools__ .__destroy__ {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: absolute;
  top: 8px;
  right: 12px;
  width: 28px;
  height: 28px;
  font-size: 18px;
  line-height: 1;
  transition: all 0.5s;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.__devtools__ .__destroy__:hover {
  transform: rotate(90deg);
}

.__devtools__ .__destroy__::before {
  content: '×';
}

.__devtools__[hidden] {
  display: none;
}

.__devtools__ .__item__ {
  display: flex;
  align-items: center;
}

.__devtools__ input[type='file'] {
  max-width: 200px;
}

.__devtools__ label {
  display: inline-block;
  width: 14em;
}

.__devtools__ label .value {
  margin-left: 0.5em;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: monospace;
  font-size: 0.875em;
  color: #bbb;
}
