:root {
  --brand-cyan: #45e5d8;
  --brand-blue: #0d3b7f;
  --text-main: #cfd8e5;
  --text-soft: #f3f4fa;
  --text-muted: #a3a3a3;
  --bg-black: #000;
  --font-cn-light: "SourceHanSansCN-Light", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  --font-cn-medium: "SourceHanSansCN-Medium", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  --font-cn-bold: "SourceHanSansCN-Bold", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  --font-hw-sc-bold: "SourceHanSansHWSC-Bold", var(--font-cn-bold);
  --font-en-regular: "Inter-Regular", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #000;
  color: #fff;
  font-family: var(--font-cn-light);
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
}

.page {
  position: relative;
  width: 10rem;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
}

.section {
  position: relative;
  z-index: 1;
}

.hero {
  position: relative;
  height: 5.614583rem;
}

.hero-slider,
.hero__slide {
  position: absolute;
  inset: 0;
}

.hero__slide {
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
}

.hero__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hero__bg {
  position: absolute;
  left: 0.020781rem;
  top: 0;
  width: 9.979208rem;
  height: 5.613307rem;
  object-fit: cover;
}

.hero-dots {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 0.3rem;
  display: flex;
  gap: 0.1rem;
  transform: translateX(-50%);
}

.hero-dots button {
  width: 0.08rem;
  height: 0.08rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}

.hero-dots button.is-active {
  background: #fff;
}

.hero__shade {
  position: absolute;
  left: 0;
  width: 10rem;
  mix-blend-mode: multiply;
}

.hero__shade--top {
  top: 0;
  height: 3.494792rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.67) 20.78%, rgba(13, 59, 127, 0.47) 58.49%, rgba(13, 59, 127, 0) 95.98%);
}

.hero__shade--bottom {
  top: 3.630208rem;
  height: 1.984375rem;
  background: linear-gradient(0deg, #000 20.78%, rgba(13, 59, 127, 0.7) 58.49%, rgba(13, 59, 127, 0) 95.98%);
}

.content-bg {
  position: absolute;
  left: 0;
  top: 5.614583rem;
  z-index: 0;
  width: 10rem;
  height: 26.984375rem;
  pointer-events: none;
}

.content-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-bg__grid {
  opacity: 0.5;
}

.section-heading h2,
.news h2 {
  margin: 0;
  font-family: var(--font-cn-bold);
  font-size: 0.25rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.025rem;
  color: var(--text-main);
}

.section-heading p {
  margin: 0.3125rem 0 0;
  font-family: var(--font-cn-light);
  font-size: 0.166667rem;
  font-weight: 300;
  letter-spacing: 0.016667rem;
  color: #cfd8e5;
}

.ai-era {
  height: 6.760417rem;
  padding-top: 0.708333rem;
}

.section-heading--ai {
  margin-left: 1.302083rem;
}

.section-heading--ai h2 {
  font-family: var(--font-cn-bold);
  font-size: 0.25rem;
}

.section-heading--ai p {
  margin-top: 0.15625rem;
  font-family: "SourceHanSansCN-Light", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 0.166667rem;
}

.ai-card {
  position: absolute;
  left: 1.302083rem;
  top: 1.760417rem;
  width: 7.395833rem;
  height: 3.635417rem;
  overflow: hidden;
  border-radius: 0.15625rem;
}

.ai-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

.ai-card__left {
  position: absolute;
  left: 0;
  top: 0;
  width: 3.697917rem;
  height: 3.635417rem;
}

.ai-card__left img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.ai-card__left span {
  position: absolute;
  left: 1.53125rem;
  bottom: 0.234375rem;
  font-family: "SourceHanSansCN-Regular", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 0.083333rem;
  letter-spacing: 0.008333rem;
  color: var(--text-main);
}

.ai-card__visual {
  position: absolute;
  right: 0;
  top: 0;
  width: 3.697917rem;
  height: 3.635417rem;
}

.ai-card__x {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.465278rem;
  height: 2.423611rem;
  transform: translate(-50%, -50%);
  object-fit: contain;
}

.ai-card__blur {
  position: absolute;
  right: 0;
  top: 0;
  width: 3.635417rem;
  height: 3.635417rem;
  object-fit: contain;
}

.ai-card__content {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.ai-card__summary h3 {
  position: absolute;
  right: 0.713542rem;
  top: 1.520833rem;
  margin: 0;
  font-family: "SourceHanSansCN-Bold", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 0.166667rem;
  font-weight: 700;
  letter-spacing: 0.016667rem;
  color: var(--text-main);
}

.ai-card__summary h3 span {
  margin-right: 0.041667rem;
  font-family: "SourceHanSansHWSC-Bold", "SourceHanSansCN-Bold", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
}

.ai-card__summary h3 em {
  font-style: normal;
}

.more-link {
  position: absolute;
  right: 0.776042rem;
  top: 2.411458rem;
  display: flex;
  align-items: center;
  gap: 0.15625rem;
  font-family: "SourceHanSansCN-Regular", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 0.083333rem;
  letter-spacing: 0.016667rem;
  color: #fff;
  white-space: nowrap;
}

.ai-card__detail {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.697917rem;
  height: 3.635417rem;
}

.ai-card__detail-copy {
  position: absolute;
  left: 0.333333rem;
  top: 1.005208rem;
  width: 2.973958rem;
  height: 1.875rem;
}

.ai-card__detail-copy p {
  margin: 0;
  font-family: "SourceHanSansCN-Light", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 0.083333rem;
  line-height: 0.3125rem;
  font-weight: 300;
  letter-spacing: 0.005208rem;
  color: #fff;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.ai-card__back {
  position: absolute;
  left: 0.333333rem;
  top: 0.416667rem;
  z-index: 4;
  width: 0.15625rem;
  height: 0.15625rem;
  padding: 0;
  border: 0;
  background: transparent url("../assets/images/fanhui.png") center / 100% 100% no-repeat;
  cursor: pointer;
}

.ai-card--detail .ai-card__summary {
  display: none;
}

.ai-card--detail .ai-card__detail {
  display: block;
}

.ai-card__switch {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 0.078125rem;
  height: 0.104167rem;
  padding: 0;
  border: 0;
  background: transparent center / 100% 100% no-repeat;
  cursor: pointer;
}

.ai-card__switch--prev {
  left: 0.140625rem;
  background-image: url("/templates/qssk/assets/images/l.png");
  transform: translateY(-50%);
}

.ai-card__switch--next {
  right: 0.140625rem;
  background-image: url("/templates/qssk/assets/images/r.png");
  transform: translateY(-50%);
}

.more-link i,
.round-link::after,
.news-more::after {
  content: "";
  display: block;
  width: 0.15625rem;
  height: 0.15625rem;
  border-radius: 50%;
  background: var(--brand-cyan) url("../assets/images/arrow.png") center / 0.072917rem 0.072917rem no-repeat;
}

.scenarios {
  height: 6.057292rem;
}

.scenarios .section-heading {
  position: absolute;
  left: 1.302083rem;
  top: 0.182292rem;
}

.scenarios .section-heading h2 {
  font-family: "SourceHanSansHWSC-Bold", "SourceHanSansCN-Bold", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 0.25rem;
}

.scenarios .section-heading p {
  margin-top: 0.15625rem;
  font-family: "SourceHanSansCN-Light", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 0.166667rem;
  color: #cfd8e5;
}

.scenario-stack {
  position: absolute;
  left: 1.302083rem;
  top: 1.744792rem;
  width: 7.395833rem;
  height: 3.052083rem;
}

.scenario-card {
  position: absolute;
  color: #fff;
}

.scenario-switch {
  position: absolute;
  top: 50%;
  z-index: 6;
  width: 0.171875rem;
  height: 0.192708rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}

.scenario-switch--prev {
  left: 0.192708rem;
}

.scenario-switch--next {
  right: 0.0625rem;
}

.scenario-switch img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.scenario-card--primary {
  left: 0;
  top: 0.104167rem;
  z-index: 4;
  width: 4.03125rem;
  height: 2.947917rem;
  border-radius: 0.137552rem;
  background: #0d3b7f;
  overflow: visible;
}

.scenario-card--primary .scenario-card__glass {
  position: absolute;
  z-index: 2;
  left: 0.101563rem;
  top: -0.104167rem;
  width: 3.828135rem;
  height: 2.947917rem;
  border-radius: 0.137554rem;
  background: rgba(13, 59, 127, 0.3);
  box-shadow:
    inset 0.114629rem 0 0.275108rem rgba(96, 110, 139, 0.11),
    inset 0 0 0.366811rem 0.32096rem rgba(255, 134, 13, 0.06);
  backdrop-filter: blur(0.08024rem);
  pointer-events: none;
}

.scenario-card h3 {
  position: relative;
  z-index: 3;
  margin: 0;
  font-family: var(--font-cn-light);
  font-size: 0.166667rem;
  font-weight: 300;
  letter-spacing: 0.016667rem;
  text-align: center;
  color: var(--text-main);
}

.scenario-card--primary h3 {
  position: absolute;
  top: 0.432292rem;
  left: 0;
  width: 100%;
  font-family: "SourceHanSansCN-Light";
  color: #cfd8e5;
}

.scenario-card p {
  position: absolute;
  left: 0;
  z-index: 3;
  width: 100%;
  margin: 0;
  font-family: var(--font-cn-light);
  font-size: 0.083333rem;
  line-height: 0.182292rem;
  font-weight: 300;
  letter-spacing: 0.008333rem;
  text-align: center;
}

.scenario-card--primary .scenario-card__copy {
  position: absolute;
  left: 0;
  top: 1.411458rem;
  z-index: 3;
  width: 100%;
}

.scenario-card--primary .scenario-card__copy p {
  position: static;
  font-family: "SourceHanSansCN-Light";
  line-height: 0.182292rem;
  color: #fff;
}

.scenario-card--primary .scenario-card__image {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0.104167rem;
  width: 3.8rem;
  height: 2.063313rem;
  object-fit: cover;
  transform: translateX(-50%);
  border-radius: 0 0 0.137552rem 0.137552rem;
}

.scenario-card--tower .scenario-card__image {
  display: none;
}

.round-link {
  position: absolute;
  right: 1.244792rem;
  top: 0.811615rem;
  z-index: 2;
}

.round-link::after {
  width: 0.137552rem;
  height: 0.137552rem;
}

.scenario-card--tower {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0 0.137552rem 0.137552rem 0;
  padding: 0 0.25rem;
}

.scenario-card--engineering {
  left: 3.072917rem;
  top: 0.15625rem;
  z-index: 3;
  width: 2.5rem;
  height: 2.739583rem;
  background: #08244d;
}

.scenario-card--pipe {
  left: 4.895833rem;
  top: 0.28125rem;
  z-index: 2;
  width: 1.5625rem;
  height: 2.489583rem;
  background: #051833;
}

.scenario-card--service {
  left: 5.78125rem;
  top: 0.419271rem;
  z-index: 1;
  width: 1.614583rem;
  height: 2.213542rem;
  background: #030c1a;
}

.scenario-card--tower h3 {
  position: absolute;
  left: 0;
  width: 100%;
  color: #fff;
  font-family: "SourceHanSansCN-Light", sans-serif;
  font-size: 0.166667rem;
  font-weight: 300;
  letter-spacing: 0.016667rem;
}

.scenario-card--engineering h3 {
  top: 0.739583rem;
}

.scenario-card--pipe h3 {
  top: 0.833333rem;
}

.scenario-card--service h3 {
  top: 0.864583rem;
}

.scenario-card--tower span {
  position: absolute;
  left: 50%;
  z-index: 3;
  height: 0.009167rem;
  background: #0b2f66;
  transform: translateX(-50%);
}

.scenario-card--engineering span {
  top: 1.21875rem;
  width: 0.989583rem;
}

.scenario-card--pipe span {
  top: 1.25rem;
  width: 0.78125rem;
}

.scenario-card--service span {
  top: 1.229167rem;
  width: 0.630208rem;
}

.scenario-card--tower p {
  white-space: nowrap;
}

.scenario-card--tower .scenario-card__copy {
  position: absolute;
  left: 0;
  top: 1.500833rem;
  z-index: 3;
  width: 100%;
}

.scenario-card--tower .scenario-card__copy p {
  position: static;
  margin: 0;
  font-family: "SourceHanSansCN-Light", sans-serif;
  font-size: 0.083333rem;
  line-height: 0.182292rem;
  font-weight: 300;
  letter-spacing: 0.008333rem;
  color: #fff;
}

.customers {
  height: 8.333333rem;
  padding-top: 0;
}

.section-heading--customers {
  margin-left: 1.302083rem;
}

.section-heading--customers h2 {
  font-family: "SourceHanSansCN-Bold", sans-serif;
  font-size: 0.25rem;
}

.section-heading--customers p {
  margin-top: 0.15625rem;
  font-family: "SourceHanSansCN-Light", sans-serif;
  font-size: 0.166667rem;
}

.customer-stat {
  position: absolute;
  right: 1.302083rem;
  top: 0;
  width: 0.895833rem;
  color: #fff;
}

.customer-stat strong {
  display: block;
  font-family: "SourceHanSansCN-Bold", sans-serif;
  font-size: 0.25rem;
  line-height: 1;
  letter-spacing: 0.0125rem;
  color: #cfd8e5;
}

.customer-stat p {
  margin: 0.052083rem 0 0;
  font-family: "SourceHanSansCN-Light", sans-serif;
  font-size: 0.166667rem;
  line-height: 1;
  letter-spacing: 0.008333rem;
}

.customer-stat span {
  display: block;
  width: 0.895833rem;
  height: 0.010417rem;
  margin-top: 0.104167rem;
  background: #0b2f66;
}

.customer-stat em {
  display: block;
  margin-top: 0.130208rem;
  font-family: "SourceHanSansCN-Light", sans-serif;
  font-size: 0.083333rem;
  line-height: 1;
  font-style: normal;
  letter-spacing: 0.008333rem;
}

.customer-line {
  width: 7.395833rem;
  height: 0;
  border: 0.010417rem solid #0b2f66;
  margin: 0.46875rem auto 0;
  background: transparent;
  transform: rotate(0.08deg);
}

.customer-copy {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.520833rem;
  width: 7.395833rem;
  margin: 0.411458rem auto 0;
}

.customer-case {
  position: relative;
  display: flex;
  align-items: flex-start;
  min-height: 1.354167rem;
}

.customer-case b {
  flex: 0 0 auto;
  display: block;
  width: 0.15625rem;
  height: 0.15625rem;
  margin-top: 0.057292rem;
  border-radius: 50%;
  background: var(--brand-cyan);
}

.customer-case__body {
  margin-left: 0.15625rem;
  min-width: 0;
}

.customer-case h3 {
  margin: 0;
  font-family: "SourceHanSansCN-Bold", sans-serif;
  font-size: 0.083333rem;
  line-height: 0.15625rem;
  font-weight: 700;
  letter-spacing: 0.008333rem;
  color: #cfd8e5;
}

.customer-case strong {
  display: block;
  font-family: "SourceHanSansCN-Bold", sans-serif;
  font-size: 0.083333rem;
  line-height: 0.15625rem;
  font-weight: 700;
  letter-spacing: 0.008333rem;
  color: #cfd8e5;
}

.customer-case span {
  display: block;
  width: 0.916667rem;
  height: 0.010417rem;
  margin-top: 0.104167rem;
  background: var(--brand-cyan);
}

.customer-case p,
.customer-case__description {
  margin: 0;
  padding-top: 0.145833rem;
  width: 1.75rem;
  font-family: "SourceHanSansCN-Light";
  font-size: 0.083333rem;
  font-weight: 300;
  line-height: 0.15625rem;
  text-align: justify;
  letter-spacing: 0.1em;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}

.customer-case__description p {
  margin: 0;
  padding: 0;
  width: auto;
}

.globe-card {
  position: relative;
  width: 7.395833rem;
  height: 4.114583rem;
  margin: 0.1875rem auto 0;
}

.globe-card__earth {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  width: 3.296875rem;
  height: 3.296875rem;
  object-fit: contain;
  transform: translateX(-50%);
}

.globe-card__banner {
  position: absolute;
  left: 50%;
  top: 0.765625rem;
  z-index: 3;
  width: 4.348958rem;
  height: 1.4375rem;
  transform: translateX(-50%);
}

.globe-card__banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.globe-card__banner p {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  font-family: "Inter-Regular", Arial, sans-serif;
  font-size: 0.25rem;
  line-height: 1;
  letter-spacing: 0.025rem;
  color: #cfd8e5;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}

.globe-orbit {
  position: absolute;
  left: 50%;
  top: 2.203125rem;
  z-index: 2;
  width: 6.25rem;
  height: 2.584375rem;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.35) 0.15625rem, #000 0.364583rem);
  mask-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.35) 0.15625rem, #000 0.364583rem);
  transform: translateX(-50%);
}

.globe-orbit__track {
  position: absolute;
  left: 0;
  top: -2.203125rem;
  width: 6.25rem;
  height: 6.25rem;
  transform-origin: 50% 1.648438rem;
}

.globe-orbit__item {
  position: absolute;
  left: calc(50% - 0.25rem);
  top: calc(1.648438rem - 0.21875rem);
  width: 0.5rem;
  height: 0.4375rem;
}

.globe-orbit__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.globe-orbit__item:nth-child(1) {
  transform: rotate(90deg) translateX(2.5rem) rotate(-90deg);
}

.globe-orbit__item:nth-child(2) {
  transform: rotate(122.727deg) translateX(2.5rem) rotate(-122.727deg);
}

.globe-orbit__item:nth-child(3) {
  transform: rotate(155.455deg) translateX(2.5rem) rotate(-155.455deg);
}

.globe-orbit__item:nth-child(4) {
  transform: rotate(188.182deg) translateX(2.5rem) rotate(-188.182deg);
}

.globe-orbit__item:nth-child(5) {
  transform: rotate(220.909deg) translateX(2.5rem) rotate(-220.909deg);
}

.globe-orbit__item:nth-child(6) {
  transform: rotate(253.636deg) translateX(2.5rem) rotate(-253.636deg);
}

.globe-orbit__item:nth-child(7) {
  transform: rotate(286.364deg) translateX(2.5rem) rotate(-286.364deg);
}

.globe-orbit__item:nth-child(8) {
  transform: rotate(319.091deg) translateX(2.5rem) rotate(-319.091deg);
}

.globe-orbit__item:nth-child(9) {
  transform: rotate(351.818deg) translateX(2.5rem) rotate(-351.818deg);
}

.globe-orbit__item:nth-child(10) {
  transform: rotate(24.545deg) translateX(2.5rem) rotate(-24.545deg);
}

.globe-orbit__item:nth-child(11) {
  transform: rotate(57.273deg) translateX(2.5rem) rotate(-57.273deg);
}

.globe-card__next {
  position: absolute;
  left: calc(50% + 2.3rem);
  top: 1.973958rem;
  z-index: 4;
  width: 0.21875rem;
  height: 0.192708rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.globe-card__next img {
  display: block;
  width: 0.078125rem;
  height: 0.104167rem;
  object-fit: contain;
}

@keyframes globeOrbitSpin {
  from {
    transform: translateX(-50%) rotate(0deg);
  }

  to {
    transform: translateX(-50%) rotate(360deg);
  }
}

.news {
  height: 5.192708rem;
}

.news h2 {
  position: absolute;
  left: 1.302083rem;
  top: 0.057292rem;
  font-family: "SourceHanSansCN-Bold", sans-serif;
  font-size: 0.25rem;
}

.news-grid {
  position: absolute;
  left: 1.302083rem;
  top: 0.838542rem;
  display: grid;
  grid-template-columns: 1.833333rem 1.833333rem 3.453125rem;
  grid-template-rows: 1.744792rem 1.744792rem;
  gap: 0.114583rem 0.140625rem;
  grid-template-areas:
    "news-a news-b news-c"
    "news-more news-d news-e";
  width: 7.401041rem;
}

.news-card {
  position: relative;
  width: 1.833333rem;
  height: 1.744792rem;
  overflow: hidden;
}

.news-card:nth-child(1) {
  grid-area: news-a;
}

.news-card:nth-child(2) {
  grid-area: news-b;
}

.news-card:nth-child(3) {
  grid-area: news-c;
}

.news-card:nth-child(4) {
  grid-area: news-d;
}

.news-card:nth-child(5) {
  grid-area: news-e;
}

.news-card img {
  display: block;
  width: 1.833333rem;
  height: 1.146193rem;
  border-radius: 0.026042rem;
  object-fit: cover;
}

.news-card__image-link {
  display: block;
}

.news-card p {
  position: relative;
  margin: 0.135417rem 0 0;
  padding-left: 0.119792rem;
  font-family: "SourceHanSansCN-Light";
  font-size: 0.0625rem;
  font-weight: 300;
  line-height: 0.114583rem;
  letter-spacing: 0.1em;
  color: #fff;
}

.news-card p a {
  color: inherit;
  text-decoration: none;
}

.news-card p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.03125rem;
  width: 0.09026rem;
  height: 0.041927rem;
  background: #45e5d8;
}

.news-card time {
  display: block;
  margin: 0.052083rem 0 0 0.119792rem;
  font-family: "SourceHanSansCN-Light";
  font-size: 0.0625rem;
  font-weight: 300;
  letter-spacing: 0.00625rem;
  color: var(--text-muted);
}

.news-card--wide {
  width: 3.453125rem;
  height: 1.744792rem;
  border-radius: 0.026042rem;
}

.news-card--wide img {
  width: 3.453125rem;
  height: 1.744792rem;
  border-radius: 0.026042rem;
}

.news-card--wide::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 3.453125rem;
  height: 0.421875rem;
  background: url("/templates/qssk/assets/images/newsd.png") center bottom / 100% 100% no-repeat;
}

.news-card__overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.421875rem;
  padding: 0 0.0625rem;
}

.news-card--wide p {
  position: relative;
  flex: 0 0 auto;
  width: 2.671875rem;
  box-sizing: content-box;
  margin: 0;
  padding-left: 0.119792rem;
  font-family: "SourceHanSansCN-Light";
  font-size: 0.083333rem;
  line-height: 0.114583rem;
}

.news-card--wide time {
  position: static;
  flex: 0 0 auto;
  margin: 0 0 0 0.104167rem;
  font-family: "SourceHanSansCN-Light";
  font-size: 0.0625rem;
  line-height: 0.114583rem;
}

.news-more {
  grid-area: news-more;
  align-self: center;
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.458333rem;
  height: 0.458333rem;
  border-radius: 50%;
  background: var(--brand-cyan);
  font-family: "SourceHanSansCN-Light";
  font-size: 0.072917rem;
  letter-spacing: 0.007292rem;
  color: var(--brand-blue);
}

.news-more::after {
  display: none;
}

@media (max-width: 900px) {
  .page {
    min-width: 10rem;
  }
}
<!--ºÄÊ±1785014433.6176Ãë-->