/* ========================================
   南航伴您畅游世界 - 国泰航空风格改版
   主样式表 (桌面端)
   ======================================== */

/* === CSS Variables / Design Tokens === */
:root {
  --cx-teal: #0b88c6;
  --cx-teal-hover: #0b88c6;
  --cx-teal-light: #E6EEF5;
  --cx-teal-lighter: #F2F6FA;
  --cx-text-primary: #2d2d2d;
  --cx-text-secondary: #4A4A4A;
  --cx-text-muted: #2d2d2d;
  --cx-border: #D9D9D9;
  --cx-border-light: #EBEBEB;
  --cx-bg-light: #EBEBEB;
  --cx-white: #FFFFFF;
  --cx-accent: #FF9000;
  --cx-accent-hover: #E68000;
  --cx-radius: 4px;
  --cx-radius-lg: 0px;
  --cx-shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
  --cx-shadow-md: 0 4px 12px rgba(0,0,0,0.08);
  --cx-font: "Ciitrust", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  --cx-max-width: 1400px;
  --container-bg: linear-gradient(180deg, #EFF2F4 0%, transparent 100%);
}

/* === Reset & Base === */
body {
  font-family: var(--cx-font) !important;
  color: var(--cx-text-primary);
  background: var(--cx-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

/* === Carousel/Hero === */
.carousel {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.carousel img {
  width: 100%;
  height: auto;
  display: block;
}

/* === Banner Images === */
.pc {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.mobile {
  display: none;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}

.banner img {
  width: 100%;
  display: block;
  height: auto;
}

.banner_h5 {
  width: 100%;
  display: none;
  overflow: hidden;
  height: auto;
}

.banner_h5 img {
  width: 100%;
  display: block;
  height: auto;
}

/* === Hide one-way (单程) and multi-city (多程) mode, show round-trip (往返) only === */
.mode-radio-S,
.mode-radio-M,
a.flightSearch__mode[href*="m=2"] {
  display: none !important;
}

/* === Content Container === */
.content {
  width: 100%;
  background: var(--cx-white);
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.con {
  overflow: hidden;
  max-width: var(--cx-max-width);
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}
.con1 {
  overflow: hidden;
  max-width: var(--cx-max-width);
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  background-color: #ffffff;
}

/* === Breadcrumb === */
.break_nav {
  width: 100%;
  margin: 24px auto;
  color: var(--cx-text-muted);
  font-size: 14px;
  line-height: 1.5;
  font-family: sans-serif !important;
}

.break_nav a {
  color: var(--cx-teal) !important;
  text-decoration: none;
}

.break_nav a:hover {
  text-decoration: underline;
}

/* === HX Tips === */
.hxtips {
  width: 100%;
  margin: 16px auto 48px auto;
  font-size: 13px;
  letter-spacing: 0.3px;
  color: var(--cx-text-muted);
  line-height: 4.6;
}

/* === DBTLO - 优惠码区域 === */
.dbtlo {
  width: 100%;
  margin: 40px auto 48px auto;
}

.dbtlo-p1 {
  color: var(--cx-teal);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.4;
}

.dbtlo-p2 {
  color: #2d2d2d;
  line-height: 1.8;
  font-size: 20px;
  letter-spacing: 0.3px;
}

.dbtlo-p2 span {
  color: var(--cx-teal);
  font-weight: 600;
}

.dbtlo-p2 a {
  color: var(--cx-teal);
  text-decoration: none;
}

.dbtlo-p2 a:hover span {
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* === Cathay Promo Codes (优惠代码) === */
.cathay-promo-codes {
  margin: 40px 0;
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.cathay-promo-title {
  font-size: 1.75rem;
  font-weight: 400;
  color: #2d2d2d;
  flex-shrink: 0;
  line-height: 1.3;
}

.cathay-promo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 24px;
  flex: 1;
  margin-bottom: 24px;
  margin-top: -22px;
  position: relative;
}

.cathay-promo-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-template-rows: auto auto;
  gap: 2px 16px;
  align-items: start;
}

.cathay-promo-item:nth-child(2) {
  grid-column: auto;
}

.cathay-promo-icon {
  grid-row: 1 / 3;
  width: 40px;
  height: 40px;
  color: #0b88c6;
  display: flex;
  margin-top: 2px;
  align-items: center;
  justify-content: center;
}

.cathay-promo-label {
  font-size: 20px;
  font-weight: 600;
  color: #2d2d2d;
  line-height: 1.4;
}

.cathay-promo-value {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}
.cathay-promo-value span::before {
  content: "●";
  color: #008bcf;
  font-size: 6px;
  vertical-align: middle;
  margin-right: 6px;
}

.cathay-promo-link {
  color: #008bcf;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.cathay-promo-link img {
  width: 14px;
  height: 14px;
}

.cathay-promo-link:hover {
  text-decoration: underline;
}

/* === Cathay Booking Conditions (国泰预订条件) === */
.cathay-booking-conditions {
  margin: 40px 0 80px 0;
}

.cathay-booking-title {
  font-size: 1.75rem;
  font-weight: 400;
  color: #2d2d2d;
  margin: 0 0 32px 0;
  line-height: 1.3;
}

.cathay-booking-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 24px;
  width: 100%;
  padding-left: 0;
  position: relative;
  margin-top: 60px;
}

.cathay-booking-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

/* Hide specific booking items (Number of Travelers / Travel Duration) */
.cathay-booking-item.cb-hide {
  display: none !important;
}

/* Date items: keep value on one line */
.cathay-booking-item.cb-date .cathay-booking-value {
  white-space: nowrap;
}

.cathay-booking-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 2px;
}

.cathay-booking-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cathay-booking-label {
  font-size: 20px;
  font-weight: 600;
  color: #2d2d2d;
  line-height: 1.4;
}

.cathay-booking-value {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

.cathay-booking-item .cathay-booking-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 旅行类别 - 往返 */
.cathay-booking-item .cathay-booking-list-trip li {
  position: relative;
  padding-left: 0px;
  margin-bottom: 2px;
  text-align: left;
}

.cathay-booking-item .cathay-booking-list-trip li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  background-color: #004B93;
  border-radius: 50%;
}

.cathay-booking-item .cathay-booking-list-trip li.no-dot::before {
  display: none;
}

/* 旅行停留时间 - 最短/最长 */
.cathay-booking-item .cathay-booking-list-duration li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 2px;
  text-align: left;
}

.cathay-booking-item .cathay-booking-list-duration li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  background-color: #0b88c6;
  border-radius: 50%;
}

.cathay-booking-item .cathay-booking-list-duration li.no-dot::before {
  display: none;
}

.cb-item-let {
    padding-left: 0px;
}

.booking-value ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 3px;
  height: 3px;
  background-color: var(--cx-teal);
  border-radius: 50%;
}

.booking-footer {
  margin-top: 48px;
  font-size: 13px;
  color: var(--cx-text-muted);
}

/* === AU Blackout dates — View more & Modal === */
.au-excl-show { display: list-item; }
.au-excl-hide { display: none; }
.au-excl-more {
  color: #008bcf;
  cursor: pointer;
  font-size: 14px;
  margin-left: 4px;
}
.au-excl-modal {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.au-excl-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
}
.au-excl-dialog {
  position: relative;
  background: #fff;
  border-radius: 4px;
  padding: 24px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  font-size: 15px;
  line-height: 1.8;
}
.au-excl-dialog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  color: #2d2d2d;
}
.au-excl-close {
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  color: #999;
}
.au-excl-close:hover { color: #333; }
.au-excl-dialog-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.au-excl-dialog-body li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
  color: #4A4A4A;
}
.au-excl-dialog-body li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  background-color: #0b88c6;
  border-radius: 50%;
}

/* === Search Box === */
.cxk {
  overflow: hidden;
  max-width: 100%;
  margin: -40px auto 0;
}

/* 搜索表单外框 */
.flightSearch__form {
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding: 24px;
  background: #fff;
  max-width: 1400px !important;
}

oversea-flight-grid {
  display: block;
  margin-top: 48px;
}

.flightSearch__btn {
  padding: 15px 10px;
  width: calc(50% - 20px);
  line-height: 20px;
  font-size: 14px;
  background-color: #028ace !important;
  text-align: center;
  color: #fff;
  border: 0 none;
  cursor: pointer;
}

.image-container.slick-active {
  box-shadow: 0 2px 12px rgba(0, 93, 99, 0.15);
}

.flightSearch__btn:hover {
  background-color: #0b88c6 !important;
}

.cxk_shadow {
  width: 100%;
  background: url(../images/shadow.jpg) center top no-repeat;
  height: 42px;
}

.search-zone {
  box-shadow: none;
  width: 100%;
  left: 0;
  top: 10px;
  position: relative;
  min-height: 248px;
}

.search-radio {
  line-height: 42px;
}

.search-content {
  float: none;
}

.searchBtn {
  width: 100%;
  float: none;
}

.searchBtn .search-btn {
  text-align: center;
}

.searchBtn .search-btn a {
  background: var(--cx-accent) !important;
  border-radius: var(--cx-radius);
  font-weight: 600;
  letter-spacing: 0.5px;
}

.searchBtn .search-btn a:hover {
  background: var(--cx-accent-hover) !important;
}

.search-box {
  background: none;
  padding: 20px 0;
}

.search-layout {
  overflow: hidden;
}

.search-box-item {
  border-bottom: none;
}

.flightSearch__field {
  vertical-align: top;
}

/* === bgens === */
.bgen {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.bgen2 {
  background: url(../images/bggb2.png) top no-repeat;
  width: 100%;
  height: 485px;
  margin: 0 auto;
  overflow: hidden;
}

.bgen01 {
  width: 100%;
  margin: 0 auto;
}

.bgen02 {
  background: url(../images/bggb02.png) top repeat-y;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.bgen03 {
  background: url(../images/bggb03.png) top no-repeat;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

/* === All TK - 条款及细则 (国泰 aem-GridColumn 风格) === */
.alltk {
  width: 100%;
  margin: 0 auto 0 auto;
  overflow: hidden;
  padding-bottom: 24px;
}

.alltk hr {
  border: none;
  border-top: 1px solid var(--cx-border-light);
  margin: 0 0 24px 0;
}

/* === Accompong ===========================================
   国泰 aem-GridColumn 风格 — 条款细则折叠面板
   ======================================================== */

.cx-detail-section {
  margin: 0;
}

.cx-detail-title {
  font-size: 1.75rem;
  font-weight: 400;
  color: var(--cx-text-primary);
  margin: 0 0 16px 0;
  padding-top: 40px;
  line-height: 1.4;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--cx-border-light);
}

/* === Accordion === */
.cx-accordion {
  border-bottom: 1px solid var(--cx-border-light);
}

.cx-accordion-header {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  background: none;
  border: none;
  padding: 16px 0;
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--cx-teal);
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  line-height: 1.4;
  transition: color 0.2s ease;
}

.cx-accordion-header:hover {
  color: var(--cx-teal-hover);
}

.cx-accordion-icon {
  flex-shrink: 0;
  width: 16px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.3s ease;
}

.cx-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 0 0 20px;
}

.cx-accordion-body ul {
  margin: 16px 0;
  padding: 0 0 0 19px;
}

.cx-accordion-body ul li {
  list-style-type: none;
  font-size: 1rem;
  color: var(--cx-text-muted);
  line-height: 1.5;
  margin: 16px 0;
  padding: 0 0 0 4.6px;
  position: relative;
}

.cx-accordion-body ul li::before {
  content: '●';
  position: absolute;
  left: -15px;
  top: 0;
  color: var(--cx-teal);
  font-size: 0.50rem;
  line-height: 1.50rem;
}

.cx-accordion-body ul li.cx-sub-item {
  padding-left: 30px;
}

.cx-accordion-body ul li.cx-sub-item::before {
  content: '○';
  left: 15px;
  top: 0;
  line-height: 1.5;
}

.cx-accordion-body ul li span {
  font-weight: 600;
  color: var(--cx-teal);
}

/* Open state */
.cx-accordion.cx-open .cx-accordion-icon {
  transform: rotate(180deg);
}

.cx-accordion.cx-open .cx-accordion-body {
  max-height: 1200px;
  padding: 0 0 0 20px;
}

/* === Deprecated: old accordion classes kept for JS backward compat === */
.showbtall {
  font-size: 13px;
  color: var(--cx-text-muted);
  padding: 0 0 20px 0;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.showContent {
  display: none;
}

/* ========================================
   四行独立轮播 - 探索城市 / 美食精选
   ======================================== */

.planebg {
  width: 5%;
  margin: 0 auto;
  position: absolute;
  margin-top: 80px;
}

.tab_qh_all {
  width: 100%;
  margin: 40px 0 0px 0;
  overflow: hidden;
  background: var(--container-bg);
  padding: 40px 0 0 0;
}

.tab_qh_all1 {
  width: 100%;
  margin: 0px 0 60px 0;
  overflow: hidden;
  background: #ffffff;
  padding: 0px 0;
}

.section-row-title {
  font-size: 1.75rem;
  font-weight: 400;
  color: var(--cx-text-muted);
  text-align: left;
  letter-spacing: 0.5px;
  line-height: 1.4;
  margin: 0 0 48px 0;
  padding: 0;
}

/* Conn Container */
.connt {
  width: 99%;
  height: auto;
  overflow: hidden;
  margin: 24px auto 0 auto;
  padding: 0;
}

.connt1,
.connt2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 40px auto;
  padding: 0;
}

.connt2:last-of-type {
  margin-bottom: 0;
}

/* Areas - 始终显示 */
.areas2 {
  display: block;
  margin: 0 auto;
  padding-left: 0;
  width: 100%;
}

.regionss {
  height: auto;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.show {
  display: block;
}

.con9 {
  display: block;
  margin: 0 auto;
  padding-left: 0;
  width: 100%;
}

.biaotou {
  height: auto;
  overflow: hidden;
}

/* === Slick-list 横向滚动轨道 === */
.slick-track-wrapper {
  position: relative;
}

.regionss .biaoneirong {
  height: auto;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.regionss .biaoneirong::-webkit-scrollbar {
  display: none;
}

.regionss .biaoneirong ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  padding: 0;
  margin: 0;
}

.biaoneirong li {
  flex: 0 0 450px;
  max-width: 450px;
  float: none;
  margin: 0;
  padding-bottom: 30px;
  scroll-snap-align: start;
}

/* === 美食 - Slick-list 横向滚动 === */
.regionss .biaoneirong_ms {
  height: auto;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.regionss .biaoneirong_ms::-webkit-scrollbar {
  display: none;
}

.regionss .biaoneirong_ms ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  padding: 0;
  margin: 0;
}

.biaoneirong_ms li {
  flex: 0 0 275px;
  max-width: 340px;
  float: none;
  margin: 0;
  scroll-snap-align: start;
}

/* === Slick Arrow (prev/next) === */
.slick-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  background: #fff;
  color: #333;
  font-size: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: all 0.2s ease;
}

.slick-arrow:hover {
  background: #f5f5f5;
  border-color: #bbb;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.slick-prev {
  left: 0px;
}

.slick-next {
  right: 0px;
}

.slick-arrow svg {
  width: 18px;
  height: 18px;
}

@media (hover: none) {
  .slick-arrow {
    display: none;
  }
}

/* === Card Layout (国泰 slickItem-event 风格) === */
.image-container {
  display: flex;
  flex-direction: column;
  background: #f9f9f9;
  border-radius: var(--cx-radius-lg);
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  cursor: pointer;
}

.image-container:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.card-img {
  width: 100%;
  display: block;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 0;
  background-color: #f5f5f5;
}

.card-body {
  position: relative;
  top: 10px;
  margin: 16px 20px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  background-color: #f9f9f9;
}

.card-title {
  position: relative;
  top: 4px;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--cx-text-primary);
  margin: 0 0 8px 0;
  line-height: 1.3;
  text-align: left;
}

.card-desc {
  font-size: 1rem;
  color: var(--cx-text-muted);
  margin: 16px 0px 0px;
  line-height: 1.65;
  flex: 1;
  text-align: left;
}

/* 美食卡片 dt/dd */
.card-body dt {
  font-size: 18px;
  font-weight: 600;
  color: var(--cx-text-primary);
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.card-body dd {
  font-size: 14px;
  color: var(--cx-text-muted);
  margin: 0;
  line-height: 1.65;
}

/* ========================================
   美食卡片 (独立于探索城市卡片)
   ======================================== */
.biaoneirong_ms li.food-card {
  display: flex;
  flex-direction: column;
  background: #f9f9f9;
  border-radius: var(--cx-radius-lg);
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  cursor: pointer;
  flex: 0 0 332px;
  max-width: 332px;
}

.food-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.food-card-img {
  width: 100%;
  display: block;
  aspect-ratio: 6 / 3;
  object-fit: cover;
  border-radius: 0;
  background-color: #f5f5f5;
}

.food-card-body {
  padding: 24px;
  position: relative;
  width: 100%;
  color: var(--cx-text-primary);
  box-sizing: border-box;
}

.food-card-title {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--cx-text-primary);
  margin: 0 0 8px 0;
  line-height: 1.75;
  text-align: left;
}

@media (min-width: 905px) {
  .food-card-title {
    font-size: 1.5rem;
  }
}

.food-card-desc {
  font-size: 1rem;
  color: var(--cx-text-primary);
  margin: 0;
  line-height: 1.5rem;
  word-break: break-word;
  overflow-wrap: break-word;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 0px 0px;
  text-align: left;
}

/* 保留兼容：旧的 overlay（已废弃） */
.overlay {
  display: none;
}

.block100 {
  width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: var(--cx-radius-lg);
}

/* === Part Sections === */
.part1, .part3, .part4 {
  width: 100%;
  margin: 0 auto 48px auto;
  overflow: hidden;
  position: relative;
}

.part2 {
  width: 100%;
  background: url(../images/partbg.png) center repeat-y;
  border-radius: var(--cx-radius-lg);
  margin: 80px auto 48px auto;
  position: relative;
  overflow: hidden;
}

.part2title {
  width: 40%;
  margin: 48px auto 20px auto;
  overflow: hidden;
}

.part5 {
  width: 100%;
  background: url(../images/partbg.png) center repeat-y;
  border-radius: var(--cx-radius-lg);
  margin: 80px auto 48px auto;
  position: relative;
}

.part6 {
  width: 100%;
  background: url(../images/partbg.png) center repeat-y;
  border-radius: var(--cx-radius-lg);
  margin: 80px auto 48px auto;
  position: relative;
}

.parttitle5 {
  width: 30%;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  top: -10%;
  left: 34%;
}

.parttitle5 img, .parttitle6 img {
  width: 100%;
  display: block;
}

.parttitle6 {
  width: 30%;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  top: -5%;
  left: 34%;
}

.partbt {
  width: 100%;
  overflow: hidden;
  margin-top: 5%;
  background: url(../images/tab.png) center no-repeat;
  background-size: 100% 100%;
}

/* === Tables === */
.hxtable {
  width: 90%;
  margin: 10px auto 40px auto;
}

.showline1 {
  width: 100%;
  margin: 0 auto 30px auto;
  border: 1px solid #74b5fa;
}

.showline1 th:first-child {
  border-left: 1px solid #74b5fa;
}

.showline1 th {
  font-size: 16px;
  background: #74b5fa;
  border-left: 1px solid #fff;
  line-height: 48px;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
}

.showline1 td {
  font-size: 15px;
  background: #ffffff;
  border-left: 1px solid #74b5fa;
  border-bottom: 1px solid #74b5fa;
  line-height: 48px;
  letter-spacing: 0.3px;
  color: var(--cx-text-secondary);
  text-align: center;
}

.mytable {
  width: 100%;
  border-left: #fc3e6f 1px solid;
  border-top: #fc3e6f 1px solid;
}

.mytable th {
  width: auto;
  background-color: #fc3e6f;
  color: #ffffff;
  font-size: 16px;
  border-right: #fff 1px solid;
  text-align: center;
  padding: 8px 12px;
  font-weight: 500;
}

.mytable td {
  width: auto;
  color: var(--cx-text-secondary);
  font-size: 15px;
  border-bottom: #fc3e6f 1px solid;
  border-right: #fc3e6f 1px solid;
  text-align: center;
  padding: 8px 12px;
}

.mytable1 {
  width: 100%;
  border-left: #27b0ff 1px solid;
  border-top: #27b0ff 1px solid;
}

.mytable1 th {
  width: 33%;
  background-color: #27b0ff;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  padding: 8px 12px;
  line-height: 1.6;
  font-weight: 500;
}

.mytable1 td {
  width: 33%;
  color: var(--cx-text-secondary);
  font-size: 15px;
  border-bottom: #27b0ff 1px solid;
  border-right: #27b0ff 1px solid;
  text-align: center;
  padding: 8px 12px;
}

/* === HX Line Table === */
.hxline {
  width: 60%;
  margin: 10px auto 15px auto;
  overflow: hidden;
  border: 1px #063d72 solid;
}

.hxline th:first-child {
  border-left: 1px #063d72 solid;
}

.hxline th {
  background: #063d72;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 48px;
  border-left: 1px #ffffff solid;
  text-align: center;
}

.hxline td {
  background: #ffffff;
  color: #063d72;
  text-align: center;
  font-size: 15px;
  line-height: 48px;
  border-left: 1px #063d72 solid;
  border-top: 1px #063d72 solid;
}

/* === UL Con (最低价列表) === */
.ul_con {
  width: 94%;
  margin: 0 auto;
  overflow: hidden;
}

.ul_con li {
  float: left;
  width: 33.33%;
  margin: 0 auto;
  text-align: center;
}

.ul_conup1 {
  font-size: 18px;
  color: var(--cx-text-primary);
  margin: 0 auto;
  line-height: 3.5rem;
  border-bottom: 1px solid var(--cx-border);
  font-weight: 500;
}

.ul_conup2 {
  font-size: 18px;
  color: var(--cx-text-primary);
  margin: 0 auto;
  line-height: 3.5rem;
  border-bottom: 1px solid var(--cx-border);
  font-weight: 500;
}

.ul_conup3 {
  font-size: 18px;
  color: var(--cx-text-primary);
  margin: 0 auto;
  line-height: 3.5rem;
  border-bottom: 1px solid var(--cx-border);
  overflow: hidden;
  text-align: center;
  font-weight: 500;
}

/* === Image PL === */
.imgpl {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

.imgpl li:first-child {
  margin-left: 20px;
}

.imgpl li {
  float: left;
  width: 45%;
  margin-left: 60px;
  margin-top: 72px;
  margin-bottom: 48px;
}

.picpl {
  width: 100%;
  margin: 0 auto 20px auto;
  overflow: hidden;
}

.picpl li {
  width: 48%;
  float: left;
  margin-left: 15px;
}

/* === Buttons & Links === */
.ljydbtn {
  width: 25%;
  line-height: 3rem;
  border-radius: 24px;
  text-align: center;
  font-size: 16px;
  color: var(--cx-teal);
  margin: 30px auto;
  border: 2px solid var(--cx-teal);
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 500;
}

.ljydbtn:hover {
  background: var(--cx-teal);
  color: #fff;
}

.ljgp {
  width: 376px;
  height: 75px;
  margin: 0 auto 48px auto;
  margin-top: 56px;
  overflow: hidden;
}

/* === Email Section === */
.tu3 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 64px auto 48px auto;
}

.tu3 ul {
  margin: 0;
  padding: 0;
}

.tu3 ul li {
  list-style-type: none;
  float: left;
  width: 100%;
}

.tu3 ul li img {
  width: 100%;
  display: block;
}

/* === Con Content Text === */
.con1 {
  height: auto;
  overflow: hidden;
  font-size: 18px;
  text-align: center;
  color: var(--cx-text-secondary);
  letter-spacing: 0.5px;
  margin: 0px auto 24px auto;
  line-height: 1.7;
}

.con1 a {
  color: var(--cx-accent);
  text-decoration: underline !important;
  cursor: pointer;
}

.con2 {
  height: auto;
  overflow: hidden;
  font-size: 18px;
  text-align: center;
  color: var(--cx-text-secondary);
  letter-spacing: 0.5px;
  margin: 0 auto 24px auto;
  line-height: 1.8;
}

.con2 span {
  color: #00a0fd;
  font-size: 18px;
  font-weight: 600;
}

.con2 b {
  color: #00a0fd;
  font-weight: 600;
}

/* === TIQIAN Title === */
.tiqiantitle {
  width: 72%;
  background: #fff;
  border-radius: 28px;
  text-align: center;
  margin: 10px auto 56px auto;
  font-size: 18px;
  color: var(--cx-text-secondary);
  line-height: 2.5rem;
  overflow: hidden;
  letter-spacing: 1px;
  border: 2px solid #00a0fd;
}

.con-blue {
  overflow: hidden;
  max-width: var(--cx-max-width);
  margin: 40px auto 24px auto;
  background: url(../images/bg.png) top no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.bt1 {
  width: 30%;
  position: absolute;
  margin: 0 auto;
  overflow: hidden;
  top: -6%;
  left: 35%;
}

.block75 {
  width: 75%;
  margin: 55px auto 0 120px;
  text-align: center;
}

.bt3 {
  width: 30%;
  position: absolute;
  margin: 0 auto;
  overflow: hidden;
  top: -10%;
  left: 35%;
}

/* === Scrollbar Custom Styles === */
.gundong {
  height: 321px;
  overflow-y: auto;
}

.gundong::-webkit-scrollbar {
  width: 5px;
  height: 3px;
  scrollbar-arrow-color: red;
  position: relative;
  z-index: 99;
}

.gundong::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 1);
  background: #27b0ff;
  scrollbar-arrow-color: red;
  position: relative;
  z-index: 99;
  height: 3px;
}

.gundong::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #fff;
  position: relative;
  z-index: 99;
}

/* Con Scrollbar */
.con77 {
  width: 87%;
  margin: 0 auto;
  height: 392px;
  overflow-y: auto;
  overflow-x: auto;
  margin-bottom: 40px;
}

.con77::-webkit-scrollbar {
  width: 5px;
  height: 3px;
  scrollbar-arrow-color: red;
  position: relative;
  z-index: 99;
}

.con77::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 1);
  background: #fc3e6f;
  scrollbar-arrow-color: red;
  position: relative;
  z-index: 99;
  height: 3px;
}

.con77::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #fff;
  position: relative;
  z-index: 99;
}

/* Conn Scrollbar */
.connt::-webkit-scrollbar {
  width: 5px;
  height: 3px;
  scrollbar-arrow-color: red;
  position: relative;
  z-index: 99;
}

.connt::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 1);
  background: var(--cx-teal);
  scrollbar-arrow-color: red;
  position: relative;
  z-index: 99;
  height: 3px;
}

.connt::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #fff;
  position: relative;
  z-index: 99;
}

/* === Misc Elements === */
.con6 {
  height: auto;
  overflow: hidden;
  font-size: 14px;
  color: var(--cx-text-secondary);
  line-height: 1.8;
  padding: 0 40px 0 130px;
}

.con8 {
  height: auto;
  overflow: hidden;
  font-size: 16px;
  color: var(--cx-text-secondary);
  line-height: 1.8;
  padding: 0 40px 40px 40px;
}

.con8 b {
  color: #00a0fd;
  font-weight: 600;
}

/* === THHX === */
.thhx {
  width: 100%;
  margin: 30px auto;
  overflow: hidden;
}

.thhx p {
  font-size: 24px;
  text-align: center;
  color: var(--cx-text-primary);
  letter-spacing: 0.5px;
  line-height: 3rem;
  border-bottom: 1px solid var(--cx-border);
}

/* === City Filter === */
.city-filter {
  position: absolute;
  top: 15%;
  left: 21%;
}

.city-filter select {
  font-size: 16px;
  box-shadow: 1px 1px 5px #cccccc;
}

.departureCityFilter {
  margin-bottom: 20px;
}

.no-flight-message {
  margin-top: 10px;
  color: red;
  font-weight: 600;
}

/* === Quick Nav === */
.qh_nav {
  background: url(../images/qhdh.png) center no-repeat;
  width: 100%;
  background-size: 100% 100%;
  height: 82px;
  position: relative;
}

/* === Tabs (Legacy) === */
.tabs {
  display: flex;
  margin-bottom: 20px;
  width: 99%;
}

.tab {
  flex: 1;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 16px;
  width: 20%;
  border-radius: 30px;
  margin-top: 20px;
  margin-left: 10px;
}

.active-tab {
  background-color: var(--cx-teal);
  color: white;
  border-radius: 30px;
}

.tab-content-show {
  display: none;
}

.active-content {
  display: block;
}

.hxshowbg {
  height: 400px !important;
  overflow-y: auto;
  background: url(../images/hxbg.png) center no-repeat;
  width: 100%;
  background-size: 100% 100%;
  margin-top: 30px;
  position: relative;
}

#Oceania, #America, #Europe, #Asia, #MiddleEastAfrica {
  height: 300px !important;
  overflow-y: auto;
  margin-top: 70px;
  width: 99%;
}

.thhxshow {
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  position: absolute;
  top: 0%;
}

.thhxshow li {
  width: 33%;
  float: left;
  font-size: 18px;
  text-align: center;
  line-height: 3rem;
  color: var(--cx-text-primary);
  font-weight: 500;
}

.thhxshow li select {
  font-size: 16px;
}

.anniu {
  width: 20%;
  margin: 0 auto;
}

.tab-content-show::-webkit-scrollbar {
  width: 5px;
  height: 3px;
  scrollbar-arrow-color: red;
  position: relative;
  z-index: 99;
}

.tab-content-show::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 1);
  background: var(--cx-teal);
  scrollbar-arrow-color: red;
  position: relative;
  z-index: 99;
  height: 3px;
}

.tab-content-show::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #fff;
  position: relative;
  z-index: 99;
}

/* === HX Title === */
.hxtitle {
  color: var(--cx-text-secondary);
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
  margin-top: 0;
  overflow: hidden;
  font-weight: normal;
  letter-spacing: -0.5px;
}

/* === Title 01 === */
.title01 {
  position: absolute;
  margin: 0 auto;
  height: 72px;
  top: -12px;
  background: url(../images/bigtitle-center.png) repeat-x 100% center;
}

.title01 h2 {
  color: #ffffff;
  font-size: 28px;
  margin: 0 auto;
  text-align: center;
  line-height: 72px;
}

.title01:before {
  content: "";
  position: absolute;
  left: -75px;
  top: 0;
  width: 75px;
  height: 72px;
  background-image: url(../images/bigtitle-left.png);
  background-repeat: no-repeat;
}

.title01:after {
  content: "";
  position: absolute;
  right: -75px;
  top: 0;
  width: 75px;
  height: 72px;
  background-image: url(../images/bigtitle-right.png);
  background-repeat: no-repeat;
}

.title01 span {
  font-weight: normal;
  font-size: 16px;
}

/* === Special Left Positions === */
.specialleft1 {
  left: calc(66% * 0.5);
}

.specialleft2 {
  left: calc(80% * 0.5);
}

.specialleft3 {
  left: calc(85% * 0.5);
}

/* === Content Text === */
.content-text {
  width: 90%;
  margin: 0 auto;
  padding-top: 64px;
  padding-bottom: 32px;
}

.content-text h2 {
  color: var(--cx-teal);
  font-size: 22px;
  padding-top: 20px;
  font-weight: 600;
}

.content-text h3 {
  text-align: center;
  color: var(--cx-teal);
  font-size: 20px;
  font-weight: 600;
}

.content-text li {
  font-size: 18px;
  color: var(--cx-text-secondary);
  line-height: 1.8;
  letter-spacing: 0.5px;
}

.content-text ul {
  width: 90%;
  margin: 24px auto;
  text-align: center;
  color: var(--cx-text-secondary);
  font-size: 18px;
  background: var(--cx-bg-light);
  padding: 16px 0;
  border-radius: var(--cx-radius-lg);
}

.content-text ul dd {
  font-size: 18px;
  color: var(--cx-text-muted);
  line-height: 1.8;
  text-align: left;
}

.content-text dt {
  font-size: 17px;
  color: var(--cx-text-secondary);
  line-height: 1.8;
  text-align: left;
}

.content-text ul a {
  color: var(--cx-teal);
  text-decoration: underline;
}

/* === Title H3 === */
.titleh3 {
  text-align: center;
  position: relative;
  width: 280px;
  margin: 10px auto;
}

.titleh3 span {
  font-size: 20px;
  text-align: center;
  color: var(--cx-teal);
  border-top: 1px solid var(--cx-teal);
  border-bottom: 1px solid var(--cx-teal);
  line-height: 2.5rem;
  padding: 7px 10px;
}

.titleh3:before {
  position: absolute;
  left: 0;
  top: 0;
  content: url(../images/title-left.png);
}

.titleh3:after {
  position: absolute;
  right: 0;
  top: 0;
  content: url(../images/title-right.png);
}

/* === List 1 === */
.list1 {
  width: 100%;
}

.list1 li {
  font-size: 16px;
  color: var(--cx-text-secondary);
  text-align: justify;
  font-weight: normal;
  text-indent: -30px;
  padding-left: 30px;
  margin-top: 5px;
  line-height: 1.8;
}

.list1 li span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #0079b9;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  padding-left: 30px;
  margin-top: 0;
}

.list1 li b {
  font-weight: 600;
  color: #ff0000;
}

/* === Buttons === */
.button1 {
  font-size: 24px;
  color: #ffffff;
  background: #bf8526;
  border-radius: var(--cx-radius);
  border: 0;
  padding: 10px 20px;
  font-family: var(--cx-font);
  margin-top: 20px;
  cursor: pointer;
}

.button2 {
  font-size: 16px;
  color: #ffffff;
  background: #69b6d2;
  height: 40px;
  line-height: 40px;
  font-weight: normal;
}

/* === Rows === */
.row2 {
  width: 470px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6%;
}

.row2 li {
  width: 50%;
}

.row2 li span {
  font-size: 48px;
}

.row3 {
  width: 90%;
  margin: auto;
  display: flex;
}

.row3 ul {
  width: 50%;
  margin-top: 10px;
  border-right: 1px dashed #0088cb;
}

.row3 ul:nth-child(2) {
  border: 0;
}

.row3 ul h3 {
  font-size: 18px;
  color: #0088cb;
  text-align: center;
  font-weight: 600;
}

.row3 ul img {
  width: 265px;
  height: 153px;
  margin: 0 auto;
}

.row3 ul li {
  width: 80%;
  margin-left: 10%;
  font-size: 16px;
  color: var(--cx-text-secondary);
  text-align: justify;
  font-weight: normal;
  text-indent: -30px;
  padding-left: 30px;
  line-height: 1.8;
  letter-spacing: -0.3px;
  margin-top: 10px;
}

.row3 ul li span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #0079b9;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  padding-left: 30px;
  text-indent: -30px;
  margin-top: 10px;
}

/* === Tips === */
.tips {
  color: var(--cx-text-secondary);
  font-size: 14px;
  width: 60%;
  letter-spacing: 0.5px;
  margin: 0 auto;
}

/* === Guize === */
.guize {
  width: 100%;
  margin: 24px auto;
  padding-bottom: 20px;
}

.guize h3 {
  font-size: 20px;
  font-weight: 600;
}

.guize li {
  font-size: 16px;
  line-height: 1.8;
  padding-left: 15px;
  text-indent: -15px;
  text-align: justify;
}

/* === Tab UL === */
.tab-ul {
  display: flex;
  width: 90%;
  margin: 20px auto;
  flex-wrap: nowrap;
  justify-content: space-around;
  border: 1px solid var(--cx-teal);
  border-radius: var(--cx-radius);
  height: 40px;
}

.tab-ul li {
  color: var(--cx-text-secondary);
  font-size: 18px;
  line-height: 40px;
  padding: 0 20px;
}

.activeli {
  background: var(--cx-teal) !important;
  color: #ffffff !important;
  border-radius: var(--cx-radius);
}

.tabbox {
  display: none;
  width: 90%;
  margin: 10px auto;
  padding-bottom: 40px;
}

/* === Alert Button === */
.alertbtn {
  font-size: 20px;
  text-align: center;
  color: var(--cx-teal);
  text-decoration: underline;
}

/* === XM Icons === */
.xmicon {
  width: 100%;
  overflow: hidden;
  margin-top: 56px;
}

.xmicon li {
  float: left;
  width: 15%;
  margin-left: 90px;
  margin-top: 30px;
}

.xm1 {
  width: 662px;
  overflow: hidden;
  margin: 48px auto;
  display: block;
}

.xm2 {
  width: 820px;
  overflow: hidden;
  margin: 48px auto;
  display: block;
}

.xm22 {
  display: none;
}

.xm3 {
  width: 301px;
  overflow: hidden;
  margin: 0 auto 64px auto;
  display: block;
  padding-bottom: 64px;
}

/* === Modal === */
.modal0 {
  display: none;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal0-content {
  background-color: #ffffff;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 880px;
  overflow: auto;
  z-index: 999;
  border-radius: var(--cx-radius-lg);
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: 600;
}

.close:hover,
.close:focus {
  color: #2d2d2d;
  text-decoration: none;
  cursor: pointer;
}

/* === Img === */
.img1 {
  display: block;
  width: 374px;
  margin: 0 auto;
  padding-bottom: 30px;
}

/* === BTTab === */
.bttab {
  width: 50%;
  margin: 30px 50px;
}

/* === wxts === */
.wxts {
  width: 100%;
  margin: 24px 50px;
  overflow: hidden;
}

.wxts li {
  font-size: 16px;
  color: var(--cx-text-secondary);
  letter-spacing: 0.5px;
  line-height: 1.8;
}

.wxts li b {
  font-size: 18px;
}

/* === Kbg === */
.kbg {
  width: 100%;
  height: 50px;
  overflow: hidden;
}

/* === Title 1 / Title 11 === */
.title1 {
  height: auto;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.title1 img {
  width: 100%;
  display: block;
}

.title11 {
  height: auto;
  overflow: hidden;
  position: absolute;
  width: 36%;
  top: -36px;
  left: 32%;
}

.title11 img {
  width: 100%;
  display: block;
}

.title11 p {
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  top: 38%;
  left: 18%;
  letter-spacing: 1px;
}

/* === Email === */
.dyemail {
  width: 15%;
  margin: 0 auto 80px auto;
}

/* === GARY BG === */
.garybg {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

/* ========================================
   Responsive - 992px and above
   ======================================== */
@media screen and (min-width: 992px) {
  .title1 {
    width: 80%;
    top: -65px;
    left: 8%;
  }

  .con4_1 {
    width: 40%;
  }

  .con4_2 {
    width: 20%;
  }

  .con4_3 {
    width: 50%;
  }

  .con3 p:nth-child(4) {
    margin-left: 168px;
  }

  .biaotou {
    width: 98%;
  }
}

/* ========================================
   Responsive - 1920x1080
   ======================================== */
@media screen and (max-width: 1920px) and (max-height: 1080px) {
  .banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
  }

  .banner img {
    width: 100%;
    display: block;
  }

  .banner_h5 {
    width: 100%;
    display: none;
    overflow: hidden;
  }

  .title1 {
    height: auto;
    overflow: hidden;
    position: absolute;
    width: 100%;
  }

  .title1 img {
    width: 100%;
    display: block;
  }

  .title11 {
    height: auto;
    overflow: hidden;
    position: absolute;
    width: 36%;
    top: -36px;
    left: 32%;
  }

  .title11 img {
    width: 100%;
    display: block;
  }

  .title11 p {
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    top: 38%;
    left: 18%;
    letter-spacing: 1px;
  }

  .dyemail {
    width: 15%;
    margin: 0 auto 80px auto;
  }

  .garybg {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }
}

/* ========================================
   Responsive - 1024x768
   ======================================== */
@media screen and (max-width: 1024px) and (max-height: 768px) {
  .thhxshow {
    width: 60%;
    margin-top: 20px;
    overflow: hidden;
    position: absolute;
    top: 13.5%;
  }
}
