body,
* {
  box-sizing: border-box;
}
body {
  color: rgba(41, 42, 48, 0.83);
  font-size: 100%;
  background: #F6F7F9;
}
*,
::after,
::before {
  box-sizing: inherit;
}
a {
  transition: color 0.3s, background-color 0.3s;
  text-decoration: initial;
}
[v-cloak] {
  display: none;
}
.header {
  background: #fff;
  padding: 24px 0;
  position: fixed;
  z-index: 1024;
  width: 100%;
}
.header .ant-btn-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .menu-icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-container {
  padding: 14px 0;
  --bs-gutter-x: 0;
}
.stops-list {
  border-radius: 0.95486111vw;
  overflow: hidden;
}
.stops-list .stop-header {
  display: flex;
  align-items: center;
  background: #18A47C;
  gap: 28px;
  padding: 0.52083333vw 2.25694444vw 0.52083333vw 2.25694444vw;
}
.stops-list .stop-header .item {
  font-size: clamp(12px, 0.86805556vw, 20px);
  color: white;
  text-align: center;
}
.stops-list .stop-header .item .fare {
  font-size: clamp(12px, 1.04166667vw, 24px);
  margin: 0vw 0.69444444vw 0vw 0.69444444vw;
  font-weight: 500;
}
.stop-center {
  outline: 0;
  position: relative;
  width: 100%;
  background: white;
  padding: 0.52083333vw 2.25694444vw 0.52083333vw 2.25694444vw;
  --bs-link-hover-color-rgb: rgba(41, 42, 48, 0.83);
  display: flex;
  overflow-y: scroll;
  overflow-x: hidden;
  flex-direction: column;
  height: 55vh;
  -webkit-overflow-scrolling: touch;
  /* WebKit 浏览器 */
  /* Firefox */
  scrollbar-width: thin;
  /* auto | thin | none */
  scrollbar-color: #bbb #f1f1f1;
}
.stop-center::-webkit-scrollbar {
  width: 0px;
  /* 垂直滚动条宽度 */
  height: 0px;
  /* 水平滚动条高度 */
}
.stop-center::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 0px;
}
.stop-center::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 0px;
}
.stop-center::-webkit-scrollbar-thumb:hover {
  background: #a2a2a2;
}
.stop-container {
  outline: 0;
  padding: 1.04166667vw 0vw 1.04166667vw 2.60416667vw;
  position: relative;
  display: table;
  width: 100%;
  color: rgba(41, 42, 48, 0.83);
  border-radius: 0.69444444vw;
}
.stop-container::before {
  top: inherit;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: calc(100%);
}
.stop-container:last-child::before {
  opacity: 0;
}
.stop-container:first-child .stop-body::before {
  height: 50%;
  top: calc(50%);
}
.stop-container:last-child .stop-body::before {
  height: 50%;
  top: 0;
}
.stop-container .stop-body > h3 {
  font-size: clamp(12px, 0.86805556vw, 20px);
  font-weight: inherit;
}
.stop-container .stop-body > h3::before {
  background: #18A47C;
  border-radius: 50%;
  content: "";
  display: block;
  width: 0.69444444vw;
  height: 0.69444444vw;
  position: absolute;
  left: 1.21527778vw;
  top: 50%;
  transform: translateY(-50%);
}
.stop-container .stop-body::before {
  background: #EEF9F6;
  content: "";
  height: calc(100%);
  position: absolute;
  left: 1.21527778vw;
  top: 0;
  width: 0.60763889vw;
}
.stop-container.selected,
.stop-container:hover {
  background: #CFEDE5;
  color: var(--bs-link-hover-color-rgb);
}
.stop-container.selected .stop-body > h3::before,
.stop-container:hover .stop-body > h3::before {
  background: #E33939;
}
.ant-modal-mask {
  backdrop-filter: blur(5px);
}
.ant-input-search-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.iconfont {
  font-size: 18px;
}
.main-content.with-side-bar {
  padding-left: 8.68055556vw;
  padding-right: calc(52px);
}
.left-content {
  background: #EEF9F6;
  padding: 2.25694444vw 2.25694444vw 2.25694444vw 2.25694444vw;
  border-radius: 3.125vw;
}
.left-content h4 {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: clamp(12px, 1.5625vw, 36px);
}
.left-content h4 .bus-Chevron_Right_Duo {
  font-size: clamp(12px, 0.78125vw, 18px);
  margin: 0vw 1.38888889vw 0vw 1.38888889vw;
}
.left-content h4 .icon_swap {
  font-size: clamp(12px, 0.73784722vw, 17px);
  padding: 8px 10px;
  background: rgba(24, 164, 124, 0.1);
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  color: #18A47C;
  margin: 0vw 1.38888889vw 0vw 1.38888889vw;
}
.route-container .card-title {
  font-size: clamp(12px, 1.04166667vw, 24px);
}
.route-container .route-body {
  margin: 0vw 0vw 1.04166667vw 0vw;
}
.route-container .route-body .route-info {
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 0.69444444vw;
  padding: 1.08506944vw 1.64930556vw 1.08506944vw 1.64930556vw;
  background: white;
}
.route-container .route-body .route-info .line {
  display: flex;
  flex-direction: column;
  background: #18A47C;
  font-weight: 400;
  align-items: center;
  padding: 0.52083333vw 1.82291667vw 0.52083333vw 1.82291667vw;
  margin: 0vw 1.08506944vw 0vw 0vw;
  font-size: clamp(12px, 0.86805556vw, 20px);
  border-radius: 0.26041667vw;
  white-space: nowrap;
}
.route-container .route-body .route-info .line .no {
  font-size: clamp(12px, 0.86805556vw, 20px);
  color: white;
  margin-bottom: 4px;
  font-weight: 500;
}
.route-container .route-body .route-info .line .co {
  font-size: clamp(12px, 0.69444444vw, 16px);
  color: #CFEDE5;
}
.route-container .route-body .route-info .wrap {
  display: flex;
  flex-direction: column;
}
.route-container .route-body .route-info .wrap .title {
  font-size: clamp(12px, 0.86805556vw, 20px);
  margin-bottom: 8px;
}
.route-container .route-body .route-info .wrap .desc {
  font-size: clamp(12px, 0.69444444vw, 16px);
  color: #A2A2A2;
}
.route-container .route-body .eta-list {
  display: flex;
  gap: 1.04166667vw;
}
.route-container .route-body .eta-list .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  border-radius: 0.69444444vw;
  padding: 1.82291667vw 0vw 1.82291667vw 0vw;
  background: white;
}
.route-container .route-body .eta-list .item * {
  position: relative;
  z-index: 1;
}
.route-container .route-body .eta-list .item .time {
  font-size: clamp(12px, 1.04166667vw, 24px);
  color: #18A47C;
  font-weight: 500;
}
.route-container .route-body .eta-list .item .minute {
  font-size: clamp(12px, 0.78125vw, 18px);
  color: #A2A2A2;
}
.route-container .route-body .eta-list .item .bus-a-route_detail_eta_dst_mtr1 {
  position: absolute;
  left: 0;
  bottom: 0.47743056vw;
  color: #EEF9F6;
  font-size: clamp(12px, 2.38715278vw, 55px);
  z-index: 0;
  display: flex;
  align-items: center;
  height: 1.82291667vw;
}
.route-container .right-content .ant-card {
  box-shadow: none;
}
.route-container .right-content .ant-card-body {
  padding: 0;
}
.route-container .freq-list .item {
  display: flex;
  gap: 0.69444444vw;
  flex-direction: column;
  margin-bottom: 0.69444444vw;
}
.route-container .freq-list .item .week {
  display: flex;
  align-items: center;
  background: #EEF9F6;
  color: #18A47C;
  padding: 0.52083333vw 1.04166667vw 0.52083333vw 1.04166667vw;
  border-radius: 0.69444444vw;
  font-size: clamp(12px, 0.86805556vw, 20px);
}
.route-container .freq-list .item .week .bus-a-TimeCircle {
  color: #18A47C;
  font-size: clamp(12px, 1.04166667vw, 24px);
  margin: 0vw 0.69444444vw 0vw 0vw;
}
.route-container .freq-list .item .date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #67686B;
  font-size: clamp(12px, 0.78125vw, 18px);
}
.route-container .freq-list .item .date p {
  margin: 0;
}
.route-list {
  display: flex;
  flex-direction: column;
  gap: 1.04166667vw;
}
.route-list .item {
  display: flex;
  gap: 0.34722222vw;
  align-items: center;
  background: #EEF9F6;
  color: #67686B;
  font-size: clamp(12px, 0.86805556vw, 20px);
  padding: 0.69444444vw 0.52083333vw 0.69444444vw 0.52083333vw;
  border-radius: 0.69444444vw;
}
.route-list .item .line {
  border-radius: 0.52083333vw;
  padding: 0.52083333vw 0.60763889vw 0.52083333vw 0.60763889vw;
  color: white;
  background: #18A47C;
  white-space: nowrap;
  display: flex;
  gap: 0.17361111vw;
  align-items: center;
}
.route-list .item .line .bus-bus {
  font-size: clamp(12px, 1.04166667vw, 24px);
}
.route-list .item .no {
  color: #18A47C;
}
@media (max-width: 996px) {
  html {
    font-size: 16px;
  }
  .header {
    padding: 12px 0;
  }
}
@media (max-width: 767px) {
  .main-container {
    padding: 0;
  }
  .breadcrumb {
    display: none;
  }
  html {
    font-size: 14px;
  }
  .main-content.with-side-bar {
    padding: 0;
  }
  .left-content {
    padding: 12px 0;
    background: white;
    border-radius: 16px 16px 0 0;
  }
  .stop-center {
    padding: 14px;
  }
  .route-container .route-body {
    padding: 0 16px;
  }
  .route-container .route-body .route-info {
    height: auto;
    margin-bottom: 14px;
    padding: 0 24px;
  }
  .route-container .route-body .eta-list .item {
    padding: 0;
  }
  .route-container .route-body .eta-list .item .bus-a-route_detail_eta_dst_mtr1 {
    font-size: 24px;
    bottom: 0;
    z-index: 0;
    height: 21px;
    display: flex;
    align-items: center;
  }
  .route-container .right-content .ant-card-body {
    padding: 14px;
  }
}
