@charset "UTF-8";
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body {
  margin: 0;
  background-color: #f0f2f5;
}

.list-part {
  position: relative;
  padding: 1rem;
  border-bottom: 1px solid #f0f0f0;
}

.flex {
  display: flex;
  display: flex;
}

.flex-column {
  display: flex;
  flex-flow: column;
}

.flex-x {
  flex: 1;
}

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

.ferry-time {
  color: #222;
  line-height: 1;
  font-weight: 600;
  font-size: 1.25rem;
}

.ferry-statu {
  color: #999;
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 1.125rem;
  margin-left: 0.25rem;
}

.ferry-point {
  word-break: break-all;
  line-height: 1rem;
  color: #222;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.25rem;
  padding-top: 0.3125rem;
}

.ferry-city {
  color: #666;
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 1.125rem;
}

.right {
  text-align: right;
}

.ferry-seat {
  color: #999;
  font-size: 0.7rem;
  font-weight: normal;
  letter-spacing: 0px;
}

.price-div {
  margin-left: 0.5rem;
  min-width: 4.625rem;
}

.price-item {
  color: #34329d;
  text-align: right;
}

.price-item-unit {
  line-height: 1;
  font-size: 0.75rem;
  font-weight: 400;
}

.price-item-amount {
  line-height: 1;
  font-weight: 600;
  font-size: 1.25rem;
}

.price-item-unit-text {
  text-align: right;
  color: #999;
  padding-top: 0.125rem;
  line-height: 1;
  font-size: 0.75rem;
  font-weight: 400;
}

.flex-center-x {
  justify-content: center;
}

.end {
  padding: 0.9375rem 0;
  text-align: center;
  font-size: 0.75rem;
  color: #afafaf;
}

.long-arrow {
  width: 84%;
  height: 2px;
  position: relative;
  background-color: #b7b3b3;
}
.long-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 15px solid #b7b3b3;
  transform: translateY(-50%);
}

.partition {
  width: 1.125rem;
  padding: 0 1rem;
}

.spinner {
  display: none;
  border: 4px solid rgba(0, 0, 0, 0.1);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border-left-color: #09f;
  animation: spin 1s ease infinite;
  position: absolute;
  top: 10%;
  left: 58%;
  transform: translate(-50%, -50%);
}

.header_view {
  box-sizing: border-box;
  height: 2.75rem;
  color: #222;
}

.header_flex {
  z-index: 9996;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  box-sizing: border-box;
  background-color: #fff;
}

.header_left {
  height: 2.75rem;
  display: flex;
  min-width: 2.5rem;
  align-items: center;
  justify-content: flex-end;
}

.header_text {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  flex: 1;
  height: 2.75rem;
  line-height: 2.75rem;
  margin: 0;
  font-size: 1.125rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
  border-bottom: 1px solid #ced2d9;
}

.header_right {
  display: flex;
  min-width: 2.5rem;
}

.ferry_title {
  max-width: 16.5rem !important;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  width: auto;
  text-overflow: ellipsis;
  word-break: break-word;
  overflow: hidden;
  height: 100%;
}

.flight-item {
  font-size: 1.25rem;
  background-color: #fff;
  color: #2f2f2f;
}
.flight-item:hover {
  box-shadow: 0 0 20px 0 rgba(15, 41, 77, 0.12);
}

.price-c {
  color: #34329d;
  display: flex;
  align-items: flex-end;
  font-size: 25px;
}
.price-c span {
  font-size: 20px;
}

.flex_column {
  display: flex;
  flex-direction: column;
}

.flex_center {
  display: flex;
  align-items: center;
}

.flex_center_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  display: none;
  background-color: #fff;
  border: 1px solid #ccc;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1000;
  top: 14px;
  width: 140px;
  left: -21px;
  border-top: 2px solid #6f4fe3;
}
.dropdown-menu li {
  padding: 16px 12px;
  cursor: pointer;
}
.dropdown-menu li:hover {
  background-color: #f0f0f0;
}
.dropdown-menu li.no-hover:hover {
  background-color: transparent;
}

.dropdown.show .dropdown-menu {
  display: block;
}

.search-body {
  height: 80px;
  margin: 5px 20px;
  display: flex;
  align-items: center;
}

.city {
  display: flex;
  align-items: center;
  border-right: 1px solid #e3e3e3;
}

.body-input {
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
}

.search {
  padding: 16px 32px;
  font-size: 20px;
  font-weight: 600;
  background: #6f4fe3;
  color: #fff;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}

label {
  display: block;
  font-size: 12px;
  color: #666;
}

.search-header {
  margin-left: 15px;
}

.personModal_choose {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.personModal_choose_num {
  display: flex;
  align-items: center;
  width: 100px;
  justify-content: space-evenly;
  margin-right: -10px;
}

#confirmPerson {
  padding: 5px 11px;
  background-color: #6f4fe3;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

.select-label {
  width: 80px;
  height: 38px;
  margin-right: 20px;
  float: left;
  line-height: 38px;
  color: #fff;
  text-align: center;
  background: #6f4fe3;
  border-radius: 3px 0px 0px 3px;
  font-size: 14px;
}

.list-body-rigth-ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  background-color: #fff;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #666666;
  margin-bottom: -10px;
  padding: 0 0 0 200px;
  margin-top: 0;
}

.ferrylist-item button {
  font-size: 16px;
  font-weight: 500;
  height: 38px;
  line-height: 22px;
  padding: 8px 16px;
  background: #3264ff;
  border-radius: 4px;
  color: #fff;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  cursor: pointer;
  border: none;
}

.select-index {
  justify-content: space-between;
  border: 1px solid #6f4fe3;
  background-color: #fff;
  margin: 10px auto;
  position: relative;
}
.select-index span {
  color: #000;
}

.select-content label {
  padding: 0 10px;
}

.unselect {
  padding: 0 20px;
  color: #6f4fe3;
  cursor: pointer;
  font-size: 14px;
}

#exchange {
  cursor: pointer;
}

.person {
  width: 230px;
  border-right: 1px solid #e3e3e3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
}

.stacked-color {
  background: linear-gradient(90deg, #0f294d, rgba(50, 100, 255, 0.7));
  border-radius: 8px 8px 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.choosed {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22px;
  margin-right: 16px;
  position: relative;
}

.result-num {
    height: 40px;
    margin-bottom: 15px;
}

.room-button {
  background: #6f4fe3;
  color: #fff;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  padding: 10px 40px;
  font-size: 16px;
}

#sortOptions li {
  cursor: pointer;
}

.selected {
  color: #6f4fe3;
}

.calendar-container {
  display: flex;
  overflow-x: hidden;
  white-space: nowrap;
  padding: 10px 0;
}

.calendar-item {
  display: inline-block;
  padding: 5px;
  margin: 5px;
  cursor: pointer;
  min-width: 80px;
  text-align: center;
  border-left: 1px solid #e7dede;
}
.calendar-item:hover {
  color: #6f4fe3;
}

.head-cale {
  position: relative;
  top: 70px;
  display: flex;
  width: 1100px;
  margin: 0 auto;
  background-color: transparent;
  color: #2f2f2f;
}
.head-cale button {
  border: none;
  cursor: pointer;
  background-color: transparent;
  width: 150px;
}
.head-cale button:hover {
  color: #6f4fe3;
}

.head-cale-selected {
  color: #6f4fe3;
  background-color: #bae3ff;
  border-radius: 4px;
}

#suggestions {
  position: absolute;
  display: none;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1050;
  padding: 0;
  margin: 0;
  max-height: 400px;
  overflow-y: auto;
  box-sizing: border-box;
  font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 400px;
}
#suggestions li {
  padding: 8px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}
#suggestions li:hover {
  background-color: #f0f0f0;
}
#suggestions .poi-list-wrapper-v2 {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#suggestions .poi-list-wrapper-v2 > li {
  border-bottom: 1px solid #f0f0f0;
  margin: 0;
  padding: 0;
}
#suggestions .poi-list-wrapper-v2 > li:last-child {
  border-bottom: none;
}
#suggestions .poi-result__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
#suggestions .poi-result__title:hover {
  background-color: #f5f7fa;
}
#suggestions .poi-result__title.non-selectable {
  cursor: default;
}
#suggestions .poi-result__title.non-selectable:hover {
  background-color: transparent;
}
#suggestions .poi-result__title.title--country {
  cursor: default;
}
#suggestions .poi-result__title.title--country:hover {
  background-color: transparent;
}
#suggestions .poi-result__info {
  display: flex;
  align-items: center;
  flex-grow: 1;
  min-width: 0;
}
#suggestions .poi-result__info > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
#suggestions .fi-icon {
  margin-right: 10px;
  font-size: 20px;
  color: #555;
  width: 22px;
  text-align: center;
  flex-shrink: 0;
}
#suggestions .poi-result__childResultList.country-cities-list > li.country-city-item {
  min-height: 20px !important;
}
#suggestions .poi-result__name {
  display: flex;
  align-items: baseline;
  font-size: 15px;
  line-height: 1.4;
}
#suggestions .poi-result__subject {
  font-weight: 500;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 4px;
}
#suggestions .poi-result__codePost {
  font-size: 14px;
  color: #888888;
  white-space: nowrap;
  flex-shrink: 0;
}
#suggestions .code__match {
  font-weight: bold;
  color: var(--trip-primary, #2681ff);
}
#suggestions strong {
  color: var(--trip-primary, #2681ff);
  font-weight: 500;
}
#suggestions .poi-result__region {
  font-size: 12px;
  color: #999999;
  margin-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#suggestions .fold-btn {
  padding-left: 10px;
  flex-shrink: 0;
}
#suggestions .fold-btn .fi-icon {
  font-size: 14px;
  color: #ababab;
}
#suggestions .poi-result__childResultList {
  list-style: none;
  padding-left: 0;
  margin: 0;
  transition: height 0.25s ease-in-out;
  overflow: hidden;
  background-color: #fff;
}
#suggestions .poi-result__childResultList > .poi-result__airport {
  padding: 8px 15px 8px 25px;
  border-top: 1px dashed #f0f0f0;
  cursor: pointer;
}
#suggestions .poi-result__childResultList > .poi-result__airport:hover {
  background-color: #f5f7fa;
}
#suggestions .poi-result__childResultList .fi-icon {
  margin-right: 10px;
  font-size: 18px;
  color: #777;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}
#suggestions .poi-result__horizon {
  height: 1px;
}
#suggestions .poi-result__horizon--title {
  margin: 0 15px;
}
#suggestions .poi-result__horizon--item {
  margin-left: 45px;
  margin-right: 15px;
}
#suggestions .airport__details {
  display: flex;
  align-items: center;
  width: 100%;
}
#suggestions .airport__name {
  font-size: 14px;
  color: #444;
  display: flex;
  align-items: baseline;
}
#suggestions .airport__name .airport__codePost {
  margin-left: 4px;
  font-size: 13px;
  color: #999;
}
#suggestions .no-child-airports {
  padding: 8px 15px 8px 45px;
  color: #aaa;
  font-style: italic;
  font-size: 13px;
  border-top: 1px dashed #f0f0f0;
}
#suggestions li.no-hover {
  padding: 12px 15px;
  color: #888;
  font-style: italic;
  cursor: default;
  text-align: center;
  background-color: transparent !important;
}

.flight-card {
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  padding: 15px;
  position: relative;
  background-color: #fff;
  transition: all 0.3s ease;
  list-style: none;
  transition: all 0.3s ease;
}
.flight-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.flight-type-tag {
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
    border: 1px solid;
    margin-left: 5px;
}

.direct-tag {
  background-color: #e6f7ff;
  color: #1890ff;
}

.connection-tag {
  background-color: #fff7e6;
  color: #fa8c16;
}

.flight-main-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.flight-carrier {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.carrier-logo {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.carrier-logo img {
  max-width: 100%;
  max-height: 100%;
}

.carrier-name {
  font-weight: bold;
}

.flight-route-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.departure {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.arrival {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.time {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  font-size: 15px;
  margin-top: 3px;
}

.airport {
  font-size: 14px;
  color: #666;
}

.flight-route {
  flex: 1;
  text-align: center;
  padding: 0 15px;
  position: relative;
}
.flight-route:before {
  content: "";
  height: 1px;
  background-color: #ddd;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}

.duration {
  background-color: #fff;
  padding: 0 10px;
  position: relative;
  font-size: 14px;
  color: #666;
}

.flight-type {
  font-size: 12px;
  color: #999;
}

.price-container {
  display: flex;
  flex-direction: column;
}

.price {
  font-size: 20px;
  font-weight: bold;
  color: #f5222d;
}

.price-details {
  font-size: 12px;
  color: #999;
}

.connection-info {
  margin: 15px 0;
  padding: 10px;
  background-color: #f9f9f9;
  border-radius: 4px;
  background-color: #fff;
  border-left: 3px solid #ff9800;
  padding: 8px 12px;
  margin: 8px 0 15px 15px;
  font-size: 12px;
  color: #666;
}

.connection-stop {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.connection-stop:last-child {
  margin-bottom: 0;
}

.stop-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #1890ff;
  margin-right: 10px;
}

.stop-details {
  font-size: 14px;
}

.layover-time {
  font-weight: bold;
  margin-left: 5px;
}

.day-difference {
  font-size: 12px;
  color: #f5222d;
  margin-left: 5px;
}

.select-flight-button {
  background: #6f4fe3;
  border: 1px solid #6f4fe3;
  color: #fff;
  padding: 12px 22px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}
.select-flight-button:hover {
  background: #1a6fd4;
}

.select-return-flight {
  background: #6f4fe3;
  border: 1px solid #6f4fe3;
  color: #fff;
  padding: 10px 22px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}
.select-return-flight:hover {
  background: #1a6fd4;
}

.select-flight-button.hide-mode {
  background-color: transparent;
  border: 1px solid #6f4fe3;
  color: #6f4fe3;
  padding: 12px 19.5px;
}
.select-flight-button.hide-mode:hover {
  background-color: rgba(244, 67, 54, 0.1);
}

.select-return-flight.hide-mode {
  background-color: transparent;
  border: 1px solid #6f4fe3;
  color: #6f4fe3;
  padding: 12px 19.5px;
}
.select-return-flight.hide-mode:hover {
  background-color: rgba(244, 67, 54, 0.1);
}

.flight-details-container {
  margin-top: 10px;
  border-top: 1px dashed #ddd;
  padding-top: 15px;
  display: none;
}

.flight-details {
  font-size: 14px;
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 8px;
}

.details-section {
  margin-bottom: 20px;
}
.details-section h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}

.segment-card {
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 12px;
  margin-bottom: 10px;
}

.segment-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.segment-number {
  font-weight: bold;
  color: #666;
}

.carrier-info {
  color: #333;
}

.segment-route {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.origin {
  flex: 1;
}

.destination {
  flex: 1;
}

.airport-code {
  font-size: 18px;
  font-weight: bold;
}

.airport-name {
  font-size: 12px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
}

.flight-line {
  flex: 2;
  text-align: center;
  padding: 0 10px;
  position: relative;
}

.flight-time {
  font-size: 12px;
  color: #666;
  margin-bottom: 5px;
}

.arrow {
  font-size: 20px;
  color: #999;
}

.equipment {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}

.connection-time {
  margin-bottom: 5px;
}

.pricing-card {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 15px;
}

.pricing-card.active {
  border-color: #4CAF50;
  box-shadow: 0 0 5px rgba(76, 175, 80, 0.3);
}

.pricing-header {
  display: flex;
  justify-content: space-between;
  background-color: #f2f2f2;
  padding: 10px 15px;
  border-radius: 5px 5px 0 0;
}

.brand-name {
  font-weight: bold;
  color: #333;
}

.pricing-details {
  text-align: right;
}

.cabin-class {
  font-size: 12px;
  color: #666;
  font-size: 18px;
  font-weight: bold;
  color: #2c3e50;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 8px;
  margin-bottom: 12px;
}

.pricing-body {
  padding: 15px;
}

.policy-item {
  display: flex;
  margin-bottom: 10px;
  color: #16a085;
  margin-bottom: 3px;
}

.policy-icon {
  width: 30px;
  color: #666;
}

.policy-content {
  flex: 1;
}

.policy-title {
  font-weight: bold;
  margin-bottom: 3px;
}

.policy-details {
  font-size: 13px;
  color: #666;
}

.pricing-footer {
  padding: 10px 15px;
  border-top: 1px solid #eee;
}

.brand-description-toggle {
  cursor: pointer;
  color: #2196F3;
  font-size: 13px;
}

.brand-description {
  font-size: 12px;
  line-height: 1.5;
  color: #666;
  padding: 10px 0;
}

.loading {
  text-align: center;
  padding: 20px;
  color: #666;
  text-align: center;
  padding: 20px;
  color: #666;
}

.error {
  text-align: center;
  padding: 20px;
  color: #666;
  color: #f44336;
}

.select-flight-btn {
  padding: 6px 15px;
  background-color: #2196F3;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.select-flight-btn:hover {
  background-color: #0b7dda;
}

.select-flight-btn.hide-mode {
  background-color: #f44336;
}
.select-flight-btn.hide-mode:hover {
  background-color: #d32f2f;
}

.toggle-details-btn {
  background: none;
  border: none;
  color: #2196F3;
  cursor: pointer;
  padding: 5px;
  margin-left: 10px;
  font-size: 16px;
}
.toggle-details-btn:hover {
  color: #0b7dda;
}

.pricing-solutions h3 {
  color: #2c3e50;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 20px;
}
/*
.pricing-solutions-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start;
}

.pricing-solution {
  flex: 0 0 calc(50% - 110px);
  padding: 15px;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
*/
.pricing-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.info-section {
  flex: 1;
}

.brand {
  color: #7f8c8d;
  font-size: 14px;
  margin-bottom: 5px;
}

.baggage-info {
  margin-bottom: 12px;
}
.baggage-info strong {
  display: block;
  color: #34495e;
  margin-bottom: 5px;
}

.policy-info {
  margin-bottom: 12px;
}
.policy-info strong {
  display: block;
  color: #34495e;
  margin-bottom: 5px;
}

.baggage-item {
  color: #16a085;
  margin-bottom: 3px;
}

.booking-btn-container {
  margin-top: 15px;
  width: 100%;
}

.booking-btn {
  width: 100%;
  background-color: #6f4fe3;
  color: white;
  border: 1px solid #6f4fe3;
  padding: 10px 0;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  transition: background-color 0.3s;
}
.booking-btn:hover {
  background-color: transparent;
  border: 1px solid #6f4fe3;
  color: #6f4fe3;
}

.no-segments {
  padding: 30px;
  text-align: center;
  color: #7f8c8d;
  font-size: 16px;
  background: white;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.voyage-list {
  padding: 0;
}

.swiper-slide {
  height: 7rem;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
}

.swiper-button-prev::after {
  display: none;
}

.swiper-button-next::after {
  display: none;
}

.swiper {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.swiper.swiper-initialized {
  opacity: 1;
}

.ad-badge {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3803921569);
  color: #dfd8d8;
  padding: 3px;
  font-size: 12px;
  z-index: 10;
  cursor: pointer;
}

.hot-countries-modal {
  position: absolute;
  display: none;
  background-color: white;
  border: 1px solid #e3e3e3;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 1000;
  width: 600px;
  overflow-y: auto;
}

.hot-countries-header {
  padding: 10px;
}
.hot-countries-header h3 {
  margin: 0;
  font-size: 15px;
}

.hot-countries-group {
  margin-bottom: 5px;
}
.hot-countries-group h4 {
  margin: 0 0 4px 0;
  font-size: 14px;
  color: #6f4fe3;
  background-color: #f1f5f8;
  padding: 4px 0 4px 17px;
}

.countries-list {
  display: flex;
  flex-wrap: wrap;
}

.country-item {
  width: calc(19.33% - 2px);
  padding: 8px 18px;
  text-align: left;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}
.country-item:hover {
  background-color: #2681ff;
  color: #fff;
}

.flight-results-title {
  margin-bottom: 20px;
}
.flight-results-title h2 {
  font-size: 24px;
  color: #333;
  margin: 0;
}

.flight-card.selected {
  border: 2px solid #1890ff;
  box-shadow: 0 0 10px rgba(24, 144, 255, 0.2);
}

.booking-btn.selected {
  background-color: #1890ff;
}

.back-button-container {
  margin-bottom: 15px;
}

.back-button {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  background-color: #f0f0f0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
}
.back-button i {
  margin-right: 8px;
}
.back-button:hover {
  background-color: #e0e0e0;
}

@media (max-width: 768px) {
  .pricing-solution {
    flex: 0 0 100%;
  }
}
/* 订单摘要侧边栏 */
#tips {
  position: fixed;
  top: 50px;
  right: 30px;
  width: 15%;
}
#tips #pengding,
#tips #pengding-one {
  display: none;
}
#tips .pengding-order {
  margin-bottom: 20px;
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
#tips .pengding-order .order-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
#tips .pengding-order .order-title .timeout {
  color: #F56C6C;
}
#tips .pengding-order .order-title,
#tips .pengding-order .order-content {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}
#tips .pengding-order .order-name {
  text-align: center;
}
#tips .pengding-order .order-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#tips .pengding-order .order-content .order-time,
#tips .pengding-order .order-content .order-route {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#tips .pengding-order .order-content .order-time {
  flex: 1;
}
#tips .pengding-order .order-content .order-route {
  flex: 1;
}
#tips .pengding-order .order-content .time-line {
  flex: 2;
  position: relative;
  height: 1px;
  background-color: #ddd;
}
#tips .pengding-order .order-content .time-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #666;
}
#tips .pengding-order .order-content .time-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #666;
}
#tips .pengding-order .price-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 14px;
}
#tips .pengding-order .price-total {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  color: #ff8300;
  font-size: 18px;
  margin-top: 15px;
}
#tips .pengding-order .submit-btn {
  margin-top: 15px;
  padding: 5px 0;
  width: 100%;
  background-color: #409eff;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
#tips .pengding-order .submit-btn:hover {
  background-color: #6f4fe3;
}/*# sourceMappingURL=index.css.map */