/* ============================================================
   xing.css — 行（Multi-dimensional Transport）
   设计稿对照: images/xing/xing.png 1920×6582
   内容区 1400px / rem 基准
   IE10: 无 gap；flex 带 -ms-；斜切用 transform skew
   ============================================================ */

.xing-section-title {
  display: block;
  text-align: center;
  font-family: "Fraunces";
  font-size: 0.4rem;
  font-weight: 700;
  color: #112b46;
  line-height: 1.2;
  margin: 0 0 0.6rem;
}

/* ============================================================
   Hero
   ============================================================ */
.xing-hero {
  position: relative;
  background: url("./xing_bg1.png") no-repeat center top;
  background-size: 100% 100%;
  padding-bottom: 2.9rem;
  overflow: hidden;
  min-height: 8.6rem;
  box-sizing: border-box;
}

.xing-hero__inner {
  position: relative;
  z-index: 3;
}

.xing-hero__title {
  margin: 0 0 1.8rem;
  position: relative;
}
.xing-hero__title::after {
  content: "";
  width: 1rem;
  height: 0.05rem;
  background: #e79038;
  position: absolute;
  left: 0.02rem;
  bottom: -0.3rem;
}

.xing-hero__title-text {
  display: block;
  width: 9.24rem;
  margin-top: 2rem;
}

.xing-hero__cta {
  display: inline-block;
  background-color: #f8ae00;
  color: #ffffff;
  font-size: 0.14rem;
  min-width: 3.66rem;
  text-align: center;
  letter-spacing: 0.04em;
  text-decoration: none;
  padding: 0.2rem 0.3rem;
  line-height: 0.32rem;
  margin-top: 0.1rem;
}

.xing-hero__cta:hover {
  color: #ffffff;
  opacity: 0.92;
}

.xing-hero__cta-arrow {
  margin-left: 0.06rem;
}

/* 右下浮动双图 */
.xing-hero__float {
  position: absolute;
  right: 0;
  bottom: -2.9rem;
  z-index: 2;
}
.xing-hero__float-img {
  display: inline-block;
  vertical-align: bottom;
  border: 0.05rem solid #fff;
}

.xing-hero__float-img--1 {
  width: 4.22rem;
  height: 3.49rem;
  margin-right: 0.12rem;
}

.xing-hero__float-img--2 {
  width: 4.26rem;
  height: 4.31rem;
  z-index: 1;
}

/* ============================================================
   Travel Guide — 双列棋盘
   ============================================================ */
.xing-guide {
  background-color: #ffffff;
  padding-top: 0.36rem;
  padding-bottom: 0.95rem;
}

.xing-guide__col {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.xing-guide__cell {
  width: 100%;
  height: 3.77rem;
  box-sizing: border-box;
  position: relative;
}

a.xing-guide__cell--img {
  display: block;
  text-decoration: none;
  overflow: hidden;
}

.xing-guide__cell--text {
  height: 2.8rem;
  overflow: visible;
  z-index: 2;
}

.xing-guide__cell--img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.xing-guide__cell--blue {
  background-color: #eaf4ff;
}

.xing-guide__cell--cream {
  background-color: #fff5e8;
}

.xing-guide__link {
  text-decoration: none;
  height: 100%;
  box-sizing: border-box;
  padding: 0.75rem 0.43rem 0.72rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.xing-guide__link::before {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #eaf4ff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  left: -0.12rem;
  top: 50%;
}
.xing-guide__cell--cream .xing-guide__link::before {
  background-color: #fff5e8;
  left: auto;
  right: 0;
}
.xing-guide__heading {
  margin: 0;
  font-size: 0.28rem;
  font-weight: 700;
  line-height: 1.4;
}

.xing-guide__more {
  display: inline-block;
  font-size: 0.15rem;
  font-weight: 500;
  margin-top: 0.22rem;
}

/* 右侧蓝块：标题+链接靠上偏左 */
.xing-guide__cell--blue .xing-guide__link {
  text-align: left;
}

.xing-guide__cell--blue .xing-guide__heading,
.xing-guide__cell--blue .xing-guide__more {
  color: #0a5bab;
}

.xing-guide__cell--cream .xing-guide__heading {
  color: #e99636;
  text-align: right;
}

.xing-guide__cell--cream .xing-guide__more {
  display: block;
  text-align: right;
  margin-top: 0;
  color: #e99636;
}

.xing-guide__link:hover .xing-guide__heading {
  text-decoration: underline;
}

/* ============================================================
   Public Transit
   ============================================================ */
.xing-transit {
  background: url("./xing_bg2.png") no-repeat center bottom;
  background-size: 100% 100%;
  /* padding-top: 0.7rem; */
  padding-top: 5.1rem;
  margin-top: -4.4rem;
  padding-bottom: 1.38rem;
}

.xing-transit .centerWidth {
  position: relative;
  z-index: 1;
}

.xing-transit__card {
  float: left;
  width: 6.8rem;
  background-color: rgba(255, 255, 255, 0.86);
  overflow: hidden;
}

.xing-transit__card--bus {
  margin-left: 0.4rem;
}

.xing-transit__photo {
  height: 2.55rem;
  overflow: hidden;
  border-top: 0.05rem solid #004190;
}

.xing-transit__card--bus .xing-transit__photo {
  border-top-color: #e8a317;
}

.xing-transit__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.xing-transit__body {
  padding: 0.3rem 0.53rem;
}

.xing-transit__head {
  overflow: hidden;
  margin-bottom: 0.14rem;
  padding-bottom: 0.06rem;
  padding-left: 0.36rem;
}

.xing-transit__icon {
  float: left;
  margin-right: 0.28rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #d6e8f8;
}

.xing-transit__card--bus .xing-transit__icon {
  background-color: #fde8c8;
}

.xing-transit__icon img {
  display: block;
  height: 0.66rem;
}

.xing-transit__name {
  float: left;
  font-family: Fraunces;
  font-size: 0.24rem;
  font-weight: 700;
  color: #12263a;
  line-height: 0.36rem;
  padding: 0.15rem 0;
}
.xing-transit__name a {
  color: #12263a;
}

.xing-transit__links {
  list-style: none;
  padding: 0;
}

.xing-transit__links li {
  margin-bottom: 0.23rem;
}

.xing-transit__links a {
  display: block;
  font-family: Inter;
  padding: 0.1rem 0.22rem 0.1rem 0.6rem;
  color: #123261;
  font-size: 0.2rem;
  text-decoration: none;
  line-height: 0.34rem;
  overflow: hidden;
  background: #f0faff;
  border-radius: 0.04rem;
  position: relative;
}
.xing-transit__links a::before {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background-color: #123261;
  position: absolute;
  left: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
}
.xing-transit__card--bus .xing-transit__links a {
  background-color: #fffaf3;
}

.xing-transit__links a span {
  float: left;
  max-width: calc(100% - 0.35rem);
}

.xing-transit__links a img {
  float: right;
  width: 0.23rem;
  margin-top: 0.04rem;
}

.xing-transit__links a:hover {
  color: #0a5bab;
}
.xing-transit__card--bus {
  margin-top: 0.4rem;
}
/* ============================================================
   Taxi & Support
   ============================================================ */
.xing-services {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 0.9rem;
  background: #ffffff url("./xing_bg2.png") no-repeat center top;
  background-size: 100% auto;
}

.xing-services:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 0;
}

.xing-services__inner {
  position: relative;
  z-index: 1;
}

.xing-services__left {
  float: left;
  width: 6.69rem;
}

.xing-services__title {
  margin: 0 0 0.3rem;
  font-family: Fraunces;
  font-size: 0.46rem;
  font-weight: 700;
  color: #112b46;
  line-height: 1.25;
  padding-right: 3rem;
}

.xing-services__card {
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0px 22px 56px 0px rgba(24, 91, 144, 0.14);
  padding: 0.26rem 0.24rem;
  text-decoration: none;
  box-sizing: border-box;
  height: 1.24rem;
}
.xing-services__card:first-of-type {
  margin-bottom: 0.32rem;
}
.xing-services__card:hover {
  box-shadow: 0 0.08rem 0.22rem rgba(0, 45, 84, 0.16);
}

.xing-services__card-icon {
  float: left;
  width: 0.64rem;
  height: 0.64rem;
  margin-right: 0.2rem;
  border-radius: 0.06rem;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(xing_icon3.png);
  background-size: 100% 100%;
}
.xing-services__card:last-child .xing-services__card-icon {
  background-image: url(xing_icon4.png);
}

.xing-services__card-icon img {
  width: 100%;
  height: 100%;
}

.xing-services__card-text {
  display: block;
  overflow: hidden;
}

.xing-services__card-name {
  display: block;
  font-size: 0.19rem;
  font-weight: 700;
  color: #112b46;
  margin-bottom: 0.08rem;
  line-height: 0.24rem;
}

.xing-services__card-desc {
  font-size: 0.14rem;
  color: #6b8398;
  line-height: 1.5;
}

.xing-services__right {
  float: right;
  width: 6.69rem;
  background: url("./xing_supportbg.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 0.1rem 0.38rem 0.44rem;
  box-sizing: border-box;
}
.xing-services__support-title,
.xing-services__support-card {
  position: relative;
  z-index: 1;
}
.xing-services__support-top {
  display: flex;
  align-items: center;
}

.xing-services__support-title {
  margin: 0 0 0.22rem;
  font-family: Fraunces;
  font-size: 0.36rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

.xing-services__support-card {
  background: rgba(255, 255, 255, 0.12);
  padding: 0.15rem 0 0.15rem 0.27rem;
  box-sizing: border-box;
}
.xing-services__support-card:not(:last-of-type) {
  margin-bottom: 0.12rem;
}

.xing-services__support-icon {
  float: left;
  margin-right: 0.14rem;
  max-width: 0.46rem;
  flex-shrink: 0;
}

.xing-services__support-text {
  flex: 1;
  min-width: 0;
  padding-right: 0.3rem;
}

.xing-services__support-name {
  /* margin: 0 0 0.12rem; */
  display: block;
  font-size: 0.17rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
}

.xing-services__support-desc {
  margin: 0;
  font-size: 0.13rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.5;
}

.xing-services__support-link {
  display: block;
  text-align: right;
  margin-top: 0.12rem;
  font-family: Inter;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.24rem;
  letter-spacing: normal;
  color: #e99636;
}
.xing-services__support-link img {
  width: 0.14rem;
  margin-right: 0.05rem;
}
.xing-services__support-link:hover {
  color: #ffc04d;
}

.xing-services__emergency {
  margin-top: 0.15rem;
  padding-left: 0.58rem;
}

.xing-services__emergency-btn {
  display: inline-block;
  width: 1.37rem;
  background: #d94848;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 0.12rem;
  line-height: 0.32rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.04rem;
}

.xing-services__emergency-btn + .xing-services__emergency-btn {
  margin-left: 4%;
}

.xing-services__emergency-btn:hover {
  color: #ffffff;
  opacity: 0.9;
}

/* ============================================================
   External Hubs
   ============================================================ */
.xing-hubs-box {
  background: url("./xing_bg3.png") no-repeat center top;
  background-size: 100% 100%;
  height: 15.82rem;
}

.xing-hubs > .centerWidth .xing-section-title {
  margin-bottom: 0.3rem;
}

/* --- Airport --- */
.xing-airport {
  position: relative;
  overflow-x: hidden;
}

.xing-airport__overlay {
  position: relative;
  z-index: 1;
  padding: 0.75rem 0 0.6rem;
}

.xing-airport__label-icon {
  display: block;
  margin-bottom: 0.15rem;
  width: 0.34rem;
}

.xing-airport__label-title {
  margin: 0 0 0.12rem;
  font-family: Fraunces;
  font-size: 0.36rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.52rem;
}
h2 a {
  color: #12263a;
}
.xing-airport__label-title a,
.xing-highway__label-title a {
  color: #ffffff;
}

.xing-airport__label-line {
  display: block;
  width: 0.7rem;
  height: 0.02rem;
  background-color: #ffffff;
}

.xing-airport__grid {
  margin-top: 0.54rem;
  padding: 0.64rem 0.8rem;
  position: relative;
  min-height: 5.7rem;
}
.xing-airport__grid::before {
  content: "";
  width: 16.57rem;
  height: 5.7rem;
  background-color: rgba(0, 46, 91, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.xing-airport__card {
  float: left;
  width: 3.5rem;
  height: 1.55rem;
  margin-right: 0.93rem;
  margin-bottom: 0.5rem;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.14);
  padding: 0.18rem 0.7rem;
  text-decoration: none;
  text-align: center;
  border-radius: 0.04rem;
}

.xing-airport__card:nth-child(3n) {
  margin-right: 0;
}

.xing-airport__card-name {
  display: block;
  font-size: 0.2rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.35;
  height: 0.7rem;
  margin-bottom: 0.1rem;
}

.xing-airport__card-btn {
  display: inline-block;
  background-color: #ffc131;
  border-radius: 0.04rem;
  color: #ffffff;
  font-size: 0.13rem;
  padding: 0.06rem 0.18rem;
  width: 2.1rem;
  line-height: 1.2;
}

.xing-airport__card--guide {
  padding-top: 0.22rem;
}

.xing-airport__card--guide .xing-airport__card-name {
  height: auto;
  margin-bottom: 0;
  margin-top: 0.1rem;
}

.xing-airport__guide-icon {
  display: block;
  width: 0.48rem;
  height: 0.48rem;
  margin: 0.05rem auto 0;
}

.xing-airport__card:hover {
  background: rgba(255, 255, 255, 0.24);
}

/* --- Railway --- */
.xing-railway {
  position: relative;
  background-size: cover;
  padding: 0 0 0.45rem;
  overflow: hidden;
}

.xing-railway__inner {
  position: relative;
  z-index: 1;
}

.xing-railway__header {
  text-align: right;
  margin-bottom: 0.26rem;
}

.xing-railway__label {
  display: inline-block;
  text-align: right;
}

.xing-railway__label-icon {
  margin: 0 auto 0.1rem;
  width: 0.37rem;
}

.xing-railway__label-title {
  margin: 0 0 0.1rem;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 0.36rem;
  font-weight: 700;
  color: #112b46;
  line-height: 1.2;
}

.xing-railway__label-line {
  display: inline-block;
  width: 0.7rem;
  height: 0.02rem;
  background-color: #112b46;
}

.xing-railway__carousel-wrap {
  position: relative;
}
.xing-railway-swiper .swiper-slide {
  width: 4.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  box-sizing: border-box;
}

.xing-railway__card {
  display: block;
  position: relative;
  width: 100%;
  height: 3.97rem;
  text-decoration: none;
}
/*
.xing-railway__card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.8rem;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55));
  pointer-events: none;
  z-index: 1;
} */
.xing-railway__card::after {
  content: "";
  width: 100%;
  height: 0.87rem;
  background: url(./xing_lb_yy.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  opacity: 0.7;
}

.xing-railway__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.xing-railway__card-name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.4rem 0.1rem 0.14rem;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55));
  color: #ffffff;
  font-size: 0.14rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  box-sizing: border-box;
}

.xing-railway__nav {
  text-align: center;
  margin-top: 1rem;
}

.xing-railway__arrow {
  display: inline-block;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./xing_icon_arrow3.png");
  background-size: 100% 100%;
  vertical-align: middle;
}
.swiper-button-disabled {
  cursor: not-allowed !important;
  background-image: url("./xing_icon_arrow3.png") !important;
  opacity: 0.5 !important;
}
.xing-railway__arrow:hover {
  background-image: url("./xing_icon_arrow4.png");
}

.xing-railway__arrow--prev {
  margin-right: 0.18rem;
}

.xing-railway__arrow--next {
  transform: rotate(180deg);
}

.xing-railway__arrow:hover {
  opacity: 0.88;
}

/* --- Highway --- */
.xing-highway {
  position: relative;
  background: url("./xing_bg5.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 0.44rem 0 0.63rem;
  overflow: hidden;
}

.xing-highway__inner {
  position: relative;
  z-index: 1;
}

.xing-highway__label {
  margin-bottom: 0.4rem;
}

.xing-highway__label-icon {
  display: block;
  width: 0.35rem;
  margin-bottom: 0.12rem;
}

.xing-highway__label-title {
  margin: 0;
  font-family: Fraunces;
  font-size: 0.36rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.25;
  width: 4rem;
}

.xing-highway__label-line {
  display: block;
  width: 0.7rem;
  height: 0.02rem;
  background-color: #ffffff;
  margin-top: 0.12rem;
}

.xing-highway__carousel-wrap {
  position: relative;
  width: 100%;
}

.xing-highway-swiper {
  overflow: hidden;
}

.xing-highway-swiper .swiper-slide {
  width: 3.37rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  box-sizing: border-box;
}

.xing-highway__card {
  display: block;
  height: 2.45rem;
  border: 0.01rem solid rgba(199, 221, 237, 0.3);
  text-decoration: none;
  border-radius: 0.04rem;
  position: relative;
}
.xing-highway__card > div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.12rem;
  color: #ffffff;
  font-size: 0.18rem;
  line-height: 0.22rem;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  height: 0.58rem;
  background: linear-gradient(0deg, #00000099 36%, #0000001a 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.xing-highway__card img {
  width: 100%;
  height: 100%;
}
.xing-highway__nav {
  text-align: center;
  padding-top: 0.5rem;
}

.xing-highway__arrow {
  display: inline-block;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  cursor: pointer;
  background-size: 100% 100%;
  background-image: url("./xing_icon_arrow5.png");
}
.xing-highway__arrow:hover {
  background-image: url("./xing_icon_arrow6.png");
}
.xing-highway__arrow.swiper-button-disabled {
  background-image: url("./xing_icon_arrow5.png") !important;
}
.xing-highway__arrow--prev {
  margin-right: 0.22rem;
}

.xing-highway__arrow--next {
  transform: rotate(180deg);
}

.xing-highway__arrow:hover {
  opacity: 0.9;
}

/* 文章图片 hover 放大 */
.xing-guide__cell--img img,
.xing-transit__photo img,
.xing-railway__card img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.xing-guide__cell--img:hover img,
.xing-transit__card:hover .xing-transit__photo img,
.xing-railway__card:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/* ============================================================
   Responsive — 参考政府页 @media (max-width: 1024px)
   正文/链接约 0.28rem，次要文字约 0.25rem
   ============================================================ */
@media screen and (max-width: 1024px) {
  .xing-hero {
    min-height: auto;
    padding: 0 0.25rem 0.1rem;
    background-size: 150% auto;
  }

  .xing-hero__title {
    max-width: 100%;
    margin-bottom: 0.3rem;
  }

  .xing-hero__title-text {
    max-width: 100%;
    margin-top: 0.3rem;
    width: 6rem;
  }

  .xing-hero__cta {
    font-size: 0.28rem;
    line-height: 1.4;
    min-width: auto;
    padding: 0.1rem 0.28rem;
  }

  .xing-hero__title::after {
    bottom: -0.2rem;
  }
  .xing-hero__float {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 2.8rem;
    margin-top: 0.3rem;
  }

  .xing-hero__float-img--1 {
    width: 48%;
    height: 2.4rem;
  }

  .xing-hero__float-img--2 {
    width: 48%;
    height: 2.6rem;
    bottom: 0;
  }

  .xing-guide,
  .xing-services {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-bottom: 0.4rem;
    box-sizing: border-box;
  }

  .xing-section-title {
    font-size: 0.36rem;
    line-height: 1.3;
    margin-bottom: 0.3rem;
  }

  .xing-guide__col {
    float: left;
    width: 50%;
  }

  .xing-guide__cell {
    height: 2rem;
  }

  .xing-guide__cell--text {
    height: 2rem;
  }

  .xing-guide__link {
    padding: 0.28rem 0.2rem;
  }

  .xing-guide__heading {
    font-size: 0.28rem;
    line-height: 1.35;
  }

  .xing-guide__more {
    font-size: 0.25rem;
    margin-top: 0.12rem;
  }
  .xing-services {
    padding-top: 0.4rem;
  }
  .xing-transit {
    padding-top: 1.4rem;
    margin-top: -1.2rem;
  }
  .xing-transit__card {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0.28rem;
  }

  .xing-transit__card--bus {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xing-transit__body {
    padding: 0.24rem 0.28rem;
  }

  .xing-transit__name {
    font-size: 0.32rem;
    line-height: 1.3;
  }

  .xing-transit__links a {
    font-size: 0.3rem;
    line-height: 0.4rem;
    padding: 0.14rem 0.22rem 0.14rem 0.55rem;
  }
  .xing-transit__links a img {
    width: 0.3rem;
  }

  .xing-transit__links a::before {
    left: 0.24rem;
  }

  .xing-services__left,
  .xing-services__right {
    float: none;
    width: 100%;
  }

  .xing-services__right {
    margin-top: 0.35rem;
    padding: 0.2rem 0.25rem 0.35rem;
  }

  .xing-services__title {
    font-size: 0.34rem;
    line-height: 1.3;
    padding-right: 0;
    margin-bottom: 0.24rem;
  }

  .xing-services__card {
    height: auto;
    min-height: 1.4rem;
    padding: 0.22rem 0.2rem;
  }

  .xing-services__card-name {
    font-size: 0.28rem;
  }

  .xing-services__card-desc {
    font-size: 0.25rem;
    line-height: 1.5;
  }

  .xing-services__support-title {
    font-size: 0.34rem;
    line-height: 1.3;
  }

  .xing-services__support-name {
    font-size: 0.28rem;
  }

  .xing-services__support-desc {
    font-size: 0.25rem;
    line-height: 1.5;
  }

  .xing-services__support-link {
    font-size: 0.25rem;
    line-height: 0.36rem;
  }

  .xing-services__emergency {
    padding-left: 1rem;
  }

  .xing-services__emergency-btn {
    font-size: 0.25rem;
    width: auto;
    min-width: 1.8rem;
    padding: 0 0.2rem;
    line-height: 0.48rem;
  }

  .xing-airport__label,
  .xing-airport__grid {
    float: none;
    width: 100%;
  }
  .xing-airport__grid {
    height: auto;
  }

  .xing-airport__label {
    padding-top: 0;
    margin-bottom: 0.25rem;
  }

  .xing-airport__label-title,
  .xing-railway__label-title,
  .xing-highway__label-title {
    font-size: 0.34rem;
    line-height: 1.3;
  }
  .xing-airport__overlay {
    margin-top: 0;
    padding: 0.4rem 0.25rem 0.4rem;
    box-sizing: border-box;
  }

  .xing-airport__grid {
    margin-top: 0.3rem;
    padding: 0.35rem 0.2rem 0;
    box-sizing: border-box;
    background-color: rgba(0, 46, 91, 0.6);
  }

  .xing-airport__grid::before {
    display: none;
  }

  .xing-airport__card {
    width: 48%;
    margin-right: 4%;
    height: auto;
    min-height: 1.8rem;
    padding: 0.18rem 0.12rem;
    margin-bottom: 0.35rem;
  }

  .xing-airport__card:nth-child(3n) {
    margin-right: 4%;
  }

  .xing-airport__card:nth-child(2n) {
    margin-right: 0;
  }

  .xing-airport__card-name {
    font-size: 0.28rem;
    height: auto;
    min-height: 0.8rem;
    margin-bottom: 0.12rem;
  }

  .xing-airport__card-btn {
    font-size: 0.25rem;
    padding: 0.08rem 0.16rem;
    width: 100%;
  }
  .xing-railway {
    padding-bottom: 0;
  }
  .xing-railway__nav {
    margin-top: 0.3rem;
  }
  .xing-railway__header {
    padding: 0 0.25rem;
  }

  .xing-railway__carousel-wrap {
    padding: 0 0.25rem 0.4rem;
    box-sizing: border-box;
    overflow: hidden;
  }
  .xing-hubs-box {
    height: auto;
  }
  .xing-railway-swiper {
    overflow: hidden;
  }
  .xing-railway-swiper .swiper-slide {
    width: auto;
    height: auto;
  }

  .xing-railway__card {
    width: 100%;
  }
  /* 移动端比例参照 PC：w=4.4rem / h=3.97rem */
  .xing-railway__card {
    height: 0;
    padding-bottom: 90.23%; /* 3.97 / 4.4 */
  }

  .xing-railway__card img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .xing-railway__arrow,
  .xing-highway__arrow {
    width: 0.6rem;
    height: 0.6rem;
  }

  .xing-railway__card-name {
    font-size: 0.28rem;
    padding: 0.35rem 0.12rem 0.14rem;
  }

  .xing-highway {
    z-index: 1;
    padding-bottom: 0.5rem;
  }

  .xing-highway-swiper .swiper-slide {
    width: auto;
    height: auto;
  }

  .xing-highway__card {
    width: 100%;
    height: 2.5rem;
  }
  .xing-highway__card > div {
    font-size: 0.28rem;
    line-height: 1.4;
    height: 1rem;
  }

  .xing-highway__inner {
    padding: 0 0.25rem;
    box-sizing: border-box;
  }
  .xing-highway__label-icon {
    width: 0.35rem;
  }
  .xing-airport__label-icon,
  .xing-railway__label-icon {
    width: 0.4rem;
  }
}
