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: 3.91459075vw;
  overflow: hidden;
}
.stops-list .stop-header {
  display: flex;
  align-items: center;
  background: #18A47C;
  gap: 28px;
  padding: 2.13523132vw 9.25266904vw 2.13523132vw 9.25266904vw;
}
.stops-list .stop-header .item {
  font-size: clamp(12px, 3.55871886vw, 20px);
  color: white;
  text-align: center;
}
.stops-list .stop-header .item .fare {
  font-size: clamp(12px, 4.27046263vw, 24px);
  margin: 0vw 2.84697509vw 0vw 2.84697509vw;
  font-weight: 500;
}
.stop-center {
  outline: 0;
  position: relative;
  width: 100%;
  background: white;
  padding: 2.13523132vw 9.25266904vw 2.13523132vw 9.25266904vw;
  --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: 4.27046263vw 0vw 4.27046263vw 10.67615658vw;
  position: relative;
  display: table;
  width: 100%;
  color: rgba(41, 42, 48, 0.83);
  border-radius: 2.84697509vw;
}
.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, 3.55871886vw, 20px);
  font-weight: inherit;
}
.stop-container .stop-body > h3::before {
  background: #18A47C;
  border-radius: 50%;
  content: "";
  display: block;
  width: 2.84697509vw;
  height: 2.84697509vw;
  position: absolute;
  left: 4.98220641vw;
  top: 50%;
  transform: translateY(-50%);
}
.stop-container .stop-body::before {
  background: #EEF9F6;
  content: "";
  height: calc(100%);
  position: absolute;
  left: 4.98220641vw;
  top: 0;
  width: 2.4911032vw;
}
.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: 35.58718861vw;
  padding-right: calc(52px);
}
.left-content {
  background: #EEF9F6;
  padding: 9.25266904vw 9.25266904vw 9.25266904vw 9.25266904vw;
  border-radius: 12.8113879vw;
}
.left-content h4 {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: clamp(12px, 6.40569395vw, 36px);
}
.left-content h4 .bus-Chevron_Right_Duo {
  font-size: clamp(12px, 3.20284698vw, 18px);
  margin: 0vw 5.69395018vw 0vw 5.69395018vw;
}
.left-content h4 .icon_swap {
  font-size: clamp(12px, 3.02491103vw, 17px);
  padding: 8px 10px;
  background: rgba(24, 164, 124, 0.1);
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  color: #18A47C;
  margin: 0vw 5.69395018vw 0vw 5.69395018vw;
}
.route-container .card-title {
  font-size: clamp(12px, 4.27046263vw, 24px);
}
.route-container .route-body {
  margin: 0vw 0vw 4.27046263vw 0vw;
}
.route-container .route-body .route-info {
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 2.84697509vw;
  padding: 4.44839858vw 6.76156584vw 4.44839858vw 6.76156584vw;
  background: white;
}
.route-container .route-body .route-info .line {
  display: flex;
  flex-direction: column;
  background: #18A47C;
  font-weight: 400;
  align-items: center;
  padding: 2.13523132vw 7.47330961vw 2.13523132vw 7.47330961vw;
  margin: 0vw 4.44839858vw 0vw 0vw;
  font-size: clamp(12px, 3.55871886vw, 20px);
  border-radius: 1.06761566vw;
  white-space: nowrap;
}
.route-container .route-body .route-info .line .no {
  font-size: clamp(12px, 3.55871886vw, 20px);
  color: white;
  margin-bottom: 4px;
  font-weight: 500;
}
.route-container .route-body .route-info .line .co {
  font-size: clamp(12px, 2.84697509vw, 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, 3.55871886vw, 20px);
  margin-bottom: 8px;
}
.route-container .route-body .route-info .wrap .desc {
  font-size: clamp(12px, 2.84697509vw, 16px);
  color: #A2A2A2;
}
.route-container .route-body .eta-list {
  display: flex;
  gap: 4.27046263vw;
}
.route-container .route-body .eta-list .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  border-radius: 2.84697509vw;
  padding: 7.47330961vw 0vw 7.47330961vw 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, 4.27046263vw, 24px);
  color: #18A47C;
  font-weight: 500;
}
.route-container .route-body .eta-list .item .minute {
  font-size: clamp(12px, 3.20284698vw, 18px);
  color: #A2A2A2;
}
.route-container .route-body .eta-list .item .bus-a-route_detail_eta_dst_mtr1 {
  position: absolute;
  left: 0;
  bottom: 1.95729537vw;
  color: #EEF9F6;
  font-size: clamp(12px, 9.78647687vw, 55px);
  z-index: 0;
  display: flex;
  align-items: center;
  height: 7.47330961vw;
}
.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: 2.84697509vw;
  flex-direction: column;
  margin-bottom: 2.84697509vw;
}
.route-container .freq-list .item .week {
  display: flex;
  align-items: center;
  background: #EEF9F6;
  color: #18A47C;
  padding: 2.13523132vw 4.27046263vw 2.13523132vw 4.27046263vw;
  border-radius: 2.84697509vw;
  font-size: clamp(12px, 3.55871886vw, 20px);
}
.route-container .freq-list .item .week .bus-a-TimeCircle {
  color: #18A47C;
  font-size: clamp(12px, 4.27046263vw, 24px);
  margin: 0vw 2.84697509vw 0vw 0vw;
}
.route-container .freq-list .item .date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #67686B;
  font-size: clamp(12px, 3.20284698vw, 18px);
}
.route-container .freq-list .item .date p {
  margin: 0;
}
.route-list {
  display: flex;
  flex-direction: column;
  gap: 4.27046263vw;
}
.route-list .item {
  display: flex;
  gap: 1.42348754vw;
  align-items: center;
  background: #EEF9F6;
  color: #67686B;
  font-size: clamp(12px, 3.55871886vw, 20px);
  padding: 2.84697509vw 2.13523132vw 2.84697509vw 2.13523132vw;
  border-radius: 2.84697509vw;
}
.route-list .item .line {
  border-radius: 2.13523132vw;
  padding: 2.13523132vw 2.4911032vw 2.13523132vw 2.4911032vw;
  color: white;
  background: #18A47C;
  white-space: nowrap;
  display: flex;
  gap: 0.71174377vw;
  align-items: center;
}
.route-list .item .line .bus-bus {
  font-size: clamp(12px, 4.27046263vw, 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;
  }
}
