* {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "Microsoft YaHei", "微软雅黑", PingFang SC, Microsoft YaHei;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

[id] {
    scroll-margin-top: 80px;
    /* 与固定头部高度一致 */
}

li {
    list-style: none;
}

.ebiz {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.fit {
    object-fit: cover;
    transition: transform 1s ease;
    width: 100%;
    height: 100%;
}

.w {
    width: 100%;
    height: 100%;
}

/* 面包屑导航样式 */
.breadcrumb {
    background-color: #ffffff;
    padding: 15px 0;
}

.breBox {
    color: #666666;
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.breBox a {
    color: #666666;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 14px;
}

.breBox a:hover {
    color: #1f54f0;
}

.breBox a:not(:last-child)::after {
    content: ' >';
    margin-left: 8px;
    color: #666666;
    font-weight: normal;
}

/* 导航栏样式 */
.nav {
    background-color: #1f54f0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

/* 默认隐藏汉堡菜单按钮（大屏幕） */
.menu-toggle {
    display: none;
}

.nav .ebiz {
    display: flex;
    flex-wrap: wrap;
}

.nav .ebiz>div {
    padding: 0 0 0 0;
}

/* Logo 区域 */
.nav .ebiz .logo {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 30px 0;
}

.nav .logo img {
    height: 44px;
}

/* 菜单区域 */
.nav .menu {
    width: calc(100% - 360px);
}

.nav .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 40px;
}

.nav .menu li {
    margin: 0;
}

.nav .menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 5px;
    transition: all 0.3s ease;
}

.nav .menu .act {
    border-bottom: 2px solid #ffffff;
    font-weight: bold;
}

.nav .menu a:hover {
    border-bottom: 2px solid #ffffff;

}

/* 联系信息区域 */
.nav .contact {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 360px;
    justify-content: flex-end;
}

.nav .contact .phone {
    color: #ffffff;
    font-size: 18px;
}



/* 预订按钮 */
.nav .contact .book {
    margin: 0;
}

.nav .contact .book a {
    display: inline-block;
    background-color: #ffffff;
    color: #333333;
    padding: 6px 15px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.nav .contact .book a:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.top {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.top .ebiz .logo {
    width: 181px;
}

.top .menu {
    width: calc(100% - 541px);
}

.top .ebiz>div {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

/* 头部样式 */
.header {
    background-color: #1f54f0;
    padding: 20px 0 90px 0;
}

.header .ebiz {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header .ebiz .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.header .ebiz .title h1 {
    font-size: 38px;
    color: #ffffff;
    font-weight: 800;
}

.header .ebiz .title .sub-title {
    display: flex;
    gap: 30px;
}

.header .ebiz .title .sub-title p {
    font-size: 18px;
    color: #ffffff;
}

/* 推荐区域样式 */
.recom {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

/* 标题导航栏 */
.recom .titBox {
    background: linear-gradient(180deg, #0d3bb8 0%, #1f54f0 100%);
    border-radius: 100px;
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    z-index: 10;
    position: relative;
}

.recom .tit {
    color: #ffffff;
    font-size: 18px;
    padding: 10px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 100px;
    white-space: nowrap;
}

.recom .tit:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.recom .tit.active {
    background-color: #ffffff;
    color: #0d3bb8;
    font-weight: 600;
}

/* 内容区域 */
.recom .reBox {
    margin-top: -30px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 60px 30px 30px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.recom .reList {
    display: none;
    width: 100%;
}

.recom .reList.active {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

/* 推荐项目卡片 */
.recom .reItem {
    flex: 0 0 calc(20% - 16px);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.recom .reItem:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.recom .reImg {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative;
}

.recom .reImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.recom .reItem:hover .reImg img {
    transform: scale(1.1);
}

.recom .reTxt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(13, 59, 184, 0.9), rgba(13, 59, 184, 0.6), transparent);
    color: #ffffff;
    padding: 20px 15px 15px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
}

.iTit {
    font-size: 25px;
    font-weight: bold;
    padding: 30px 0;
}

.iTit::after {
    content: ' >>';
    color: #919191;
}

.travelPlay {
    border-radius: 20px 20px 0 0;
    margin-top: -50px;
    background: #f0f0f0;
    padding-bottom: 50px;
}

.playBox {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.playItem {
    /*flex: 1;*/
    aspect-ratio: 1.07;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.playItem:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.playTxt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    letter-spacing: 2px;
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.travelBanner {
    padding: 50px 0 0 0;
}

/* 轮播图样式 */
.travelBanner .banner {
    width: 100%;
    height: 19.27%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.travelBanner .banner .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.travelBanner .banner .img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.travelBanner .banner .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.travelBanner .banner .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 96px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 10;
}

/* Swiper 导航按钮样式 */
.travelBanner .banner .swiper-button-next,
.travelBanner .banner .swiper-button-prev {
    width: 50px;
    height: 50px;
    /*background: rgba(255, 255, 255, 0.3);*/
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.3s ease;
    z-index: 20;
    font-weight: bold; /* 添加字体加粗 */
}

.travelBanner .banner .swiper-button-next:hover,
.travelBanner .banner .swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.5);
}

.travelBanner .banner .swiper-button-next::after,
.travelBanner .banner .swiper-button-prev::after {
    font-size: 20px;
    font-weight: bold;
}

.travelBanner .banner .swiper-button-next {
    right: 20px;
}

.travelBanner .banner .swiper-button-prev {
    left: 20px;
}

.playItem:hover .playTxt {
    background: #3534348c;
}

/* 出境游区域样式 */
.Outbound .titBox {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: center;
}

.Outbound .tit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 8px;
    /*background-color: #f5f5f5;*/
    border: 1px solid #e0e0e0;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    min-width: 100px;
}

.Outbound .tit h3 {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    margin: 0;
    line-height: 1.2;
}

.Outbound .tit p {
    font-size: 12px;
    color: #999999;
    margin: 4px 0 0 0;
    line-height: 1.2;
}

.Outbound .tit:hover {
    background-color: #e8e8e8;
}

.Outbound .tit.active {
    background-color: #1f54f0;
    border-color: #1f54f0;
}

.Outbound .tit.active h3,
.Outbound .tit.active p {
    color: #ffffff;
}

.Outbound .tit.active:hover {
    background-color: #0d3bb8;
    border-color: #0d3bb8;
}

/* 出境游内容区域 */
.Outbound .OutBox {
    width: 100%;
}

.Outbound .OutList {
    display: none;
    width: 100%;
}

.Outbound .OutList.active {
    display: block;
}

.Outbound .OutItem {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.Outbound .OutItem .swiper-wrapper {
    display: flex;
}

.Outbound .OutItem .swiper-slide {
    height: auto;
}

/* 旅游卡片样式 */
.travelItem {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    height: 100%;
    display: flex;
    position: relative;
}

.travelItem:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.travelItem .img {
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    position: relative;
}

.travelItem:hover .img img {
    transform: scale(1.05);
}

.travelItem .txt {
    background: linear-gradient(180deg, #0072ff 50%, #1f54f000 100%);
    position: absolute;
    top: 0;
    width: 100%;
    padding: 15px 10px 30px 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.travelItem .txt h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;

}

.travelItem .txt p {
    color: #ffffff;
    font-size: 18px;
    padding-top: 6px;
}

.domestic .tit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 8px;
    /*background-color: #f5f5f5;*/
    border: 1px solid #e0e0e0;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    min-width: 100px;
}

.domestic .tit h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin: 0;
    line-height: 1.2;
}

/* Swiper 导航按钮样式 */
.Outbound .OutItem .swiper-button-next,
.Outbound .OutItem .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    color: #666666;
    transition: all 0.3s ease;
    z-index: 20;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.Outbound .OutItem .swiper-button-next:hover,
.Outbound .OutItem .swiper-button-prev:hover {
    background: rgba(255, 255, 255, 1);
    color: black;
}

.Outbound .OutItem .swiper-button-next::after,
.Outbound .OutItem .swiper-button-prev::after {
    font-size: 18px;
    font-weight: bold;
}

.Outbound .OutItem .swiper-button-next {
    right: 20px;
}

.Outbound .OutItem .swiper-button-prev {
    left: 20px;
}

.travelBox {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.travelBox .travelItem {
    width: calc(25% - 15px);
}

/* 主题定制区域样式 */
.diy .divBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.diy .divBox .item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 1;
    display: block;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    aspect-ratio: 16 / 9;
}

.diy .divBox .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.diy .divBox .item .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.diy .divBox .item:hover .txt {
    background: #3534348c;
}

.diy .divBox .item .txt h4 {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.diy .divBox .item .txt p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.footer {
    background: #040402;
    color: #ffffff;
    padding: 60px 0 30px;
    margin-top: 50px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-column {
    flex: 1;
    min-width: 200px;
}

/* 品牌信息列 */
.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}


.brand-address {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.8;
}

.brand-address p {
    margin: 0;
    color: #ffffff;
}

/* 标题样式 */
.footer-title {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 0;
}

/* 列表样式 */
.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-double-column {
    flex-direction: row;
}
.footer-double-column {
    order: 3;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.footer-list li a{
    color: #ffffff;
    font-size: 14px;
    line-height: 2.2;
    margin-left: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.footer-list li a:hover{
    color: #1f54f0;
}
/* 联系我们列 */
.footer-contact {
    min-width: 280px;
}

.contact-blocks {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact-block {
    display: flex;
    gap: 15px;
    align-items: center;
}

.qr-code {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    background: #ffffff;
    padding: 5px;
    border-radius: 4px;
}

.qr-code img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-info {
    flex: 1;
}

.contact-info p {
    color: #ffffff;
    font-size: 12px;
}

p.contact-name {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 15px;
}

/* 版权信息 */
.footer-copyright {
    text-align: center;
    padding-top: 30px;
}

.copyright-line {
    width: 100%;
    height: 1px;
    background: #ffffff;
    margin-bottom: 20px;
}

.footer-copyright p {
    color: #ffffff;
    font-size: 14px;
    margin: 0;
}

/* 旅游产品详情页样式 */
.topBox {
    display: flex;
    border: 1px solid #e1e1e1;
    padding: 10px;
}

.topBox>div {
    width: 50%;
}

.topBox .swiper-slide {
    aspect-ratio: 16 / 9;
}

.topBox .swiper-slide-thumb-active {
    border: 3px solid black;
}

.topBox .mySwiper {
    margin-top: 10px;
}

.topBox .mySwiper .swiper-slide {
    cursor: pointer;
}

.topBox .info {
    padding: 0 10px;
}

.topBox .info h1 {
    font-size: 24px;
}

.topBox .info .desc {
    padding: 15px 0;
}

.topBox .info .travel {
    background: linear-gradient(135deg, #e6e6e6 0%, #f4f8fc 100%);
}

.topBox .info .travel .dest {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(135deg, #6ab5e3 0%, #e4f3ff 100%);
    align-items: center;
}

.topBox .info .travel .dest .logoBox {
    background: #1493e2;
    padding: 10px 60px 10px 40px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}

.topBox .info .travel .dest .logoBox img {
    height: 25px;
}

.topBox .info .travel .dest .destBox {
    padding-right: 20px;
    font-size: 16px;
}

.topBox .info .travel .price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.topBox .info .travel .price .priceBox {
    font-size: 14px;
    color: #3d3d3d;
    display: flex;
    align-items: baseline;
}

.topBox .info .travel .price .priceBox span {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    margin: 0 2px 0 5px;
    font-family: Arial, sans-serif;
}

.topBox .info .travel .price .Itinerary {
    font-size: 16px;
    color: #333;
}

.topBox .info .journey {
    padding: 10px 0;
}

.topBox .info .journey .box {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.topBox .info .journey .box h3 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.topBox .info .journey .Options {
    flex: 1;
}

.topBox .info .journey .Options span {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #ccc;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.topBox .info .journey .Options span.selected {
    border-color: #ff7200;
    font-weight: bold;
}

.topBox .info .journey .Options span.selected::after {
    content: '✔';
    position: absolute;
    right: -1px;
    bottom: -1px;
    color: white;
    background-color: #ff7200;
    width: 18px;
    height: 18px;
    line-height: 22px;
    text-align: right;
    font-size: 12px;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    box-sizing: border-box;
    padding-right: 2px;
}

.serBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.serBox .server {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.serBox .server p {
    font-size: 12px;
    color: #8f8f8f;
}

.serBox .server .serList {
    display: flex;
    gap: 10px;
}

.serBox .server .serList img {
    height: 42px;
}

.serBox .book button {
    background-color: #ff6600;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.serBox .book button:hover {
    background-color: #e65c00;
}

.proInfo {
    padding: 20px 0;
}

.proInfo .ebiz {
    display: flex;
    gap: 20px;
}

.proInfo .recommend {
    padding: 10px;
    width: 260px;
    border: 1px solid #e1e1e1;
    height: fit-content;
    position: sticky;
    top: 80px;
}

.proInfo .recommend .title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.proInfo .recommend .title img {
    height: 30px;
}

.proInfo .recommend .title h2 {
    font-size: 20px;
    color: #333;
}

.proInfo .recommend .reList {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.proInfo .recommend .reList .img {
    aspect-ratio: 16 / 9;
    margin-bottom: 10px;
}

.proInfo .recommend .reList .img img {
    border-radius: 10px;
    transition: transform .3s;
}

.proInfo .recommend .reList a:hover .img img {
    transform: scale(1.01);
}

.proInfo .recommend .reList h3 {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    transition: color .3s;
}

.proInfo .recommend .reList a:hover h3 {
    color: #ff6600;
}

.proInfo .recommend .reList .price {
    font-size: 12px;
    color: #ff6600;
    display: flex;
    align-items: baseline;
}

.proInfo .recommend .reList .price span {
    font-size: 20px;
    font-weight: bold;
    margin: 0 5px 0 0;
}

.proInfo .content {
    width: calc(100% - 280px);
}

.proInfo .content .conTitle {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    padding: 10px;
    border: 1px solid #e1e1e1;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.proInfo .content .conTitle a {
    color: #474747;
    transition: color .3s;
    font-weight: 500;
}

.proInfo .content .conTitle a:hover {
    color: #ff6600;
}

.proInfo .content .conTitle h4 {
    display: flex;
    align-items: center;
}

.proInfo .content .conTitle>h4+h4:before {
    content: '|';
    color: #474747;
    font-size: 20px;
    font-weight: 200;
    margin-right: 15px;
}

.proInfo .content .conBox {
    width: 100%;
    display: flex;
}

.proInfo .content .conInfo {
    width: calc(100% - 105px);
    padding-right: 20px;
}

.proInfo .content .conBox .swiper-slide {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.proInfo .content .route {
    padding-top: 20px;
}

.proInfo .content .route h2 {
    font-size: 22px;
    color: #333;
    line-height: 30px;
}

.proInfo .content .route .item {
    padding: 15px 0;
}

.proInfo .content .route .title {
    display: flex;
    /*align-items: center;*/
    gap: 20px;
    margin-bottom: 20px;
}

.proInfo .content .route .title img {
    height: 62px;
}

.proInfo .content .route .title .tit {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    font-weight: bold;
}

.proInfo .content .route .list {
    display: flex;
    margin-bottom: 10px;
}

.proInfo .content .route .list .img {
    width: 62px;
    display: flex;
    justify-content: center;
}

.proInfo .content .route .list .img img {
    height: 20px;
}

.proInfo .content .route .list .name {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding-left: 20px;
}

.proInfo .content .route .list .txt {
    font-size: 16px;
    color: #333;
    line-height: 22px;
    display: flex;
    justify-content: flex-start;
    flex: 1;
}

.proInfo .content .route .imgs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.proInfo .content .route .imgs .imgBox {
    aspect-ratio: 16 / 9;
    width: calc(50% - 5px);
}
.proInfo .content .route .cont{
    padding: 10px 0;
}

.proInfo .content .conNav {
    width: 105px;
    height: fit-content;
    position: sticky;
    top: 100px;
    border-left: 1px solid #666;
    padding: 10px 0 10px 15px;
    margin: 10px 0;
}

.proInfo .content .conNav::before,
.proInfo .content .conNav::after {

    content: '';
    width: 8px;
    height: 8px;
    border: 1px solid #666;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -5px;
}

.proInfo .content .conNav::after {
    top: auto;
    bottom: -10px;
}

.proInfo .content .conNav ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.proInfo .content .conNav ul li {
    position: relative;
}

.proInfo .content .conNav ul li a {
    color: #666;
    font-size: 14px;
}

.proInfo .content .conNav ul li a:hover {
    color: #ff6600;
}

.proInfo .content .conNav ul li.active a {
    color: #ff6600;
    font-weight: bold;
}

.proInfo .content .conNav ul li.active::before {
    background-color: #666;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
}

/* 关于我们 */
.about {
    background: #1f54f0;
}

.about .ebiz {
    padding: 10px 0 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.about .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.about .title h2 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 800;
}

.about .title p {
    color: #ffffff;
    font-size: 16px;
}

.about .topNav ul {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.about .topNav a {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 999px;
    color: #ffffff;
    border: 1.5px solid rgba(255, 255, 255, 0.7);
}

.about .topNav a.active {
    background: #ffffff;
    color: #333333;
    border-color: #ffffff;
    font-weight: 700;
}

.about .topNav a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.aboutImg{
    width: 100%;
    height: 70vh;
}
.aboutImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aboutTxt{
    margin-top: -100px;
    display: flex;
}
.aboutTxt .txtBox{
    width: 100%;
    display: flex;
    align-items: center;
    background:#1f54f0 ;
    border-radius: 20px;
    padding: 10px;
    gap: 30px;
}
.aboutTxt .txtBox .aLogo{
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.7);
}
.aboutTxt .txtBox .aLogo img{
    height: 179px;
}
.aboutTxt .txtBox .aTxt{
    flex: 1;
}
.aboutTxt .txtBox .aTxt p{
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 300;
}
.aboutBox{
    padding: 30px 0;
}
.aboutBox .topTitle{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-bottom: 30px;
}
.aboutBox .topTitle h3{
    color: #000;
    font-size: 24px;
    text-align: center;
    padding-bottom: 6px;
    border-bottom: 2px solid #000;
}
.aboutBox .topTitle span{
    font-size: 24px;
    font-weight: bold;
    color: #1f54f0;
}
.aboutBox .topTitle p{
    font-size: 16px;
    color: #4b4b4b;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
}
.aboutBox .picBox{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.aboutBox .picBox .list{
    width: calc(33.33% - 13.33px);
}
.aboutBox .picBox .list .img{
    width: 100%;
    aspect-ratio: 2 / 1;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.aboutBox .picBox .list:hover img{
    transform: scale(1.1);
}
.aboutBox .picBox .list h4{
    font-size: 16px;
    color: #000;
    text-align: center;
    padding-top: 10px;
    font-weight: 500;
}
.aboutBox .picBox.block .list .img{
    border-radius: 0;
}
.aboutBox .tabBox{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.aboutBox .tabTit{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.aboutBox .tabTit .tit{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
}
.aboutBox .tabTit .tit h3{
    font-size: 16px;
    color: #000000;
}
.aboutBox .tabTit .tit p{
    font-size: 12px;
    color: #666666;
}
.aboutBox .tabTit .tit.active{
    background: #1f54f0;
    border-color: #1f54f0;
}
.aboutBox .tabTit .tit.active h3,
.aboutBox .tabTit .tit.active p{
    color: #ffffff;
}
.aboutBox .tabCon{
    width: 100%;
}
.aboutBox .tabCon .conItem{
    display: none;
}
.aboutBox .tabCon .conItem.active{
    display: block;
}

.aboutBox .tabCon .conItem .tabImgs{
    border-radius: 14px;
    overflow: hidden;
}
.aboutBox .tabCon .conItem .tabImgs .swiper-slide{
    aspect-ratio: 11 / 5;
}
.aboutBox .tabCon .conItem .tabImgs .swiper-button-next,
.aboutBox .tabCon .conItem .tabImgs .swiper-button-prev{
    width: 20px;
    height: 20px;
    background: rgba(255,255,255,0.9);
    border-radius: 30%;
    color: #666666;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.aboutBox .tabCon .conItem .tabImgs .swiper-button-next:hover,
.aboutBox .tabCon .conItem .tabImgs .swiper-button-prev:hover{
    background: #ffffff;
    color: black;
}
.aboutBox .tabCon .conItem .tabImgs .swiper-button-next::after,
.aboutBox .tabCon .conItem .tabImgs .swiper-button-prev::after{
    font-size: 18px;
    font-weight: bold;
}
.aboutBox .tabCon .conItem .tabImgs .swiper-pagination{
    bottom: 12px;
}
.aboutBox .tabCon .conItem .txt{
    margin-top: 12px;
    padding: 10px;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    color: #333333;
    font-size: 16px;
}

.aboutBox .tabCon .conItem .des{

    font-size: 16px;
    line-height: 28px;
    padding: 10px 0;
}
.aboutBox .tabCon .conItem .des>*{
    text-align: center;
}
.aboutBox .clumBox{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.aboutBox .clumBox .list{
    width: calc(33.33% - 13.33px);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.aboutBox .clumBox .list>*{
    text-align: center;
    font-size: 18px;
    font-weight: 300;
}
.aboutBox .clumBox .list:first-child{
    width:100%;
    padding: 20px;
    background: #ffd800;
}
.aboutBox .clumBox .list .imgTop{
    width: 100%;
    display: flex;
    gap: 10px;
}
.aboutBox .clumBox .list .imgTop .img{
    width: 30%;
    aspect-ratio: 4 / 5;
    padding: 5px;
    background: #ffffff;
}
.aboutBox .clumBox .list .imgTop .img:nth-child(2){
    width: calc(60% - 20px);
    aspect-ratio: auto;
}
.aboutBox .clumBox .list:first-child h4{
    color: #ff0000;
    font-weight: bold;
}
.menuTop {
    /*padding: 20px 0;*/

}
.menuTop .ebiz .menuBox{
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #f7f8fa;
    padding: 20px;
}
.menuTop .menuItem{
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 14px;
}
.menuTop .menuItem h3{
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
    min-width: 110px;
}
.menuTop .menuItem h3 i{
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #1f54f0;
    margin-right: 8px;
}
.menuTop .menuItem h3 i::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1f54f0;
}
.menuTop .menuItem .menuList{
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
.menuTop .menuItem .menuList > *{
    color: #333333;
    cursor: pointer;
    font-size: 16px;
}
.menuTop .menuItem .menuList > *:hover{
    color: #1f54f0;
}
.menuTop .menuItem .menuList .active{
    color: #1f54f0;
    font-weight: 700;
}
.productBox{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.productBox .item{
    display: flex;
    align-items: center;
    background: #f7f8fa;
    gap: 20px;
    padding: 20px;
}
.productBox .item .pic{
    width: 30%;
    aspect-ratio: 16 / 9;
    flex-shrink: 0;
}
.productBox .item .pic .fit{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.productBox .item .tit{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    color: #333333;
    justify-content: space-between;
    height: -webkit-fill-available;
    padding: 10px 0;
}
.productBox .item .tit .topBlock{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.productBox .item .tit .topBlock h2{
    font-size: 20px;
    color: #333333;
    margin: 0;
    font-weight: 700;
}
.productBox .item .tit .topBlock p{
    margin: 0;
    color: #666666;
    font-size: 18px;
}
.productBox .item .tit .topBlock p:nth-child(3){
    color: #1f54f0;
    font-weight: 700;
}
.productBox .item .tit .footBlock{
    display: flex;
    gap: 5px;
    color: #333333;
    font-size: 18px;
    flex-direction: column;
}
.productBox .item .book{
    width: 20%;
    padding:10px 0 10px 30px;
    border-left: 1px solid #d9d9d9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: -webkit-fill-available;
    gap: 12px;
}
.productBox .item .book .topBlock{
    display: flex;
    flex-direction: column;
    gap: 12px;
    /*align-items: flex-start;*/
    align-items: center; /* 修改此处，使子元素水平居中 */
}
.productBox .item .book .price{
    color: #1f54f0;
    font-size: 16px;
    display: flex;
    align-items: baseline;
    gap: 6px;
    justify-content: center;
    align-items: center;
}
.productBox .item .book .price span{
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}
.productBox .item .book .btn{
    background: #1f54f0;
    color: #ffffff;
    padding: 10px 14px;
    border-radius: 4px;
    font-size: 14px;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.productBox .item .book .footBlock p{
    margin: 0;
    color: #666666;
    font-size: 14px;
}
.productBox .item:hover{
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.verBox{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.verBox .item{
    flex: 0 0 calc((100% - 72px) / 4);
    background: #fff;
    border: 1px solid #E8EBF0;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    padding: 12px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
}
.verBox .item:hover{
    box-shadow: 0 10px 24px rgba(0,0,0,0.10);
    transform: translateY(-2px);
}
.verBox .pic{
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
}
.verBox .img{
    width: 100%;
    aspect-ratio: 3 / 4;
}
.verBox .fit{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.verBox .tips{
    position: absolute;
    left: 0;
    top: 12px;
    padding: 6px 22px 6px 14px;
    background: #FFDE00;
    color: #1F1F1F;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    clip-path: polygon(0 0, 100% 0, calc(100% - 16px) 50%, 100% 100%, 0 100%);
}
.verBox .tit{
    padding: 4px 4px 12px;
}
.verBox .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.verBox .title h2{
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    color: #1F1F1F;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.verBox .title i{
    font-style: normal;
    color: #1F1F1F;
    font-weight: 700;
    margin-left: 8px;
}
.verBox .title i::before{
    content: ">>";
}
.verBox .desc p{
    margin: 8px 0 0;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.proInfo .content.full .conBox{
    flex-direction: column;
}

.proInfo .content.full .conBox .title h2{
    font-size: 24px;
    font-weight: 800;
    color: #333333;
    line-height: 1.4;

}
.proInfo .content.full .conBox .title p{
    margin: 0;
    color: #666666;
    font-size: 16px;
    line-height: 1.6;

}
.proInfo .content.full .conInfo{
    width: 100%;
    padding: 0;
}
.proInfo .content.full .timgs{
    margin: 20px 0;
}
.colTop{
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.colTop .img{
    width: 100%;
    height: 100%;
}
.colTop .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.colTop .title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center;
}
.colTop .title h2{
    font-size: 60px;
    font-weight: 800;
    line-height: 1.4;
}
.bookBox{
    margin: 60px 0;
}
.bookBox .ebiz{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.bookBox .title{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom:20px;
    border-bottom: 1px solid #E8EBF0;
    margin-bottom: 20px;
}
.bookBox .title .tit h2{
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 12px;
}
.bookBox .title .tit p{
    margin: 0;
    font-size: 16px;
    color: #666666;
}
.bookBox .title .qr img{
    width: 100px;
    height: 100px;
}
.bookBox .bookForm{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    row-gap: 24px;
}
.bookBox .bookForm .col{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.bookBox .bookForm .form-item label{
    display: block;
    margin: 0 0 8px;
    font-size: 16px;
    color: #666666;
}
.bookBox .bookForm input,
.bookBox .bookForm textarea{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 12px;
    font-size: 16px;
    color: #333333;
}
.bookBox .bookForm .form-item span{
    color: red;
}
.bookBox .bookForm .row2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.bookBox .bookForm .row3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.bookBox .bookForm .form-actions{
    grid-column: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.bookBox .bookForm .btn-submit{
    background-color: #1f54f0;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 12px 28px;
    font-size: 16px;
    cursor: pointer;
}
.bookBox .bookForm .captcha-group{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 16px;
}
.bookBox .bookForm .captcha-q{
    font-size: 14px;
    color: #666666;
}
.bookBox .bookForm .input-captcha{
    width: 90px;
    padding: 10px;
    font-size: 14px;
}
.bookBox .bookForm .captcha-refresh{
    background: none;
    border: none;
    color: #1f54f0;
    font-size: 14px;
    cursor: pointer;
}
.bookBox .bookForm .error-tip{
    margin-left: 16px;
    font-size: 14px;
    color: #d35454;
    line-height: 1.6;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.bookSuccess{
    width: 100%;
    padding: 32px 24px;
    text-align: center;
    border: 1px solid #e9eef3;
    border-radius: 12px;
    background: #f8fbff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}
.bookSuccess h3{
    margin: 0 0 8px;
    font-size: 20px;
    color: #1f2d3d;
    font-weight: 600;
}
.bookSuccess p{
    margin: 0;
    color: #5f6b7a;
    font-size: 14px;
}
.bookSuccess .successIcon{
    display: inline-block;
    font-size: 28px;
    margin-bottom: 12px;
}

/* 移动端提示文字样式 - 只在移动端显示 */
.mobile-tip {
    display: none; /* PC端默认隐藏 */
}

@media (max-width: 993px){
    .bookBox .bookForm{
        grid-template-columns: 1fr;
    }
    .bookBox .bookForm .row2{
        grid-template-columns: 1fr;
    }
    .bookBox .bookForm .row3{
        grid-template-columns: 1fr 1fr;
    }
    .bookBox .bookForm .form-actions{
        grid-column: 1;
        justify-content: flex-start;
    }

    .mobile-tip {
        display: block; /* 移动端显示 */
        text-align: center;
        color: #666666;
        font-size: 16px;
        padding: 10px 0 0px;
        width: 100%;
        /*border-top: 1px solid #f0f0f0;
        margin-top: 20px;*/
    }
}
@media (max-width: 600px){
    .bookBox .bookForm .row2{
        grid-template-columns: 1fr;
    }
    .bookBox .bookForm .row3{
        grid-template-columns: 1fr;
    }
}
@media (max-width: 1240px) {
    .top .contact .phone {
        display: none;
    }

    .top .contact {
        width: 100px;
    }

    .top .menu {
        width: calc(100% - 281px);
    }
}
.topServer{
    position: fixed;
    top: 200px;
    right: 20px;
    z-index: 999;
}
.topServer a{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 12px;
    background-color: #fbfbfb;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 100px;
}
.topServer a>*{
    width: 100%;
}
.topServer a p{
    font-size: 14px;
    color: #fff;
    background: #000;
    padding: 4px 8px;
    border-radius: 4px;
}
.topServer a:hover p{
    background: #1f54f0;
}
/* 列表区域 */
.verList {
    padding: 20px 0 40px;
    background: #fff;
}

/* 列表容器 - 移动端优化 */
.verBox {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.verBox .item {
    background: #fff;
    border: 1px solid #E8EBF0;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    padding: 12px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.verBox .item:hover {
    box-shadow: 0 10px 24px rgba(0,0,0,0.10);
    transform: translateY(-2px);
}

/* 图片区域 */
.verBox .pic {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
}

.verBox .img {
    width: 100%;
    aspect-ratio: 3 / 4;
}

.verBox .fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.verBox .item:hover .fit {
    transform: scale(1.05);
}

/* 标签 */
.verBox .tips {
    position: absolute;
    left: 0;
    top: 12px;
    padding: 6px 22px 6px 14px;
    background: #FFDE00;
    color: #1F1F1F;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    clip-path: polygon(0 0, 100% 0, calc(100% - 16px) 50%, 100% 100%, 0 100%);
    z-index: 1;
}

/* 标题区域 */
.verBox .tit {
    padding: 4px 4px 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.verBox .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.verBox .title h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    color: #1F1F1F;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.verBox .title i {
    font-style: normal;
    color: #1F1F1F;
    font-weight: 700;
    margin-left: 8px;
    flex-shrink: 0;
}

.verBox .title i::before {
    content: ">>";
}

/* 描述 */
.verBox .desc p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nav .menu ul li.mobile-book-item {
    display: none; /* 桌面端隐藏 */
}

@media (max-width: 993px) {

    /* 隐藏联系区域 */
    .nav .contact {
        display: none;
    }

    /* 调整导航栏布局 */
    .nav .ebiz {
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    /* Logo 在左侧 */
    .nav .ebiz .logo {
        width: 181px;
        padding: 20px 0;
        order: 1;
    }

    /*.nav .ebiz>div {
        padding: 0;
    }*/

    /* 菜单默认隐藏 */
    .nav .menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #1f54f0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        order: 2;
        z-index: 999;
    }

    /* 菜单展开状态 */
    .nav .menu.active {
        max-height: 500px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .nav .menu ul {
        flex-direction: column;
        gap: 0;
        padding: 20px;
    }

    .nav .menu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav .menu li:last-child {
        border-bottom: none;
    }

    .nav .menu a {
        display: block;
        padding: 15px 0;
        font-size: 16px;
    }

    /* 汉堡菜单按钮样式（小屏幕显示，在右侧） */
    .menu-toggle {
        display: flex !important;
        flex-direction: column;
        justify-content: space-around;
        width: 30px;
        height: 24px;
        min-height: 24px;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
        order: 3;
        z-index: 1001;
        box-sizing: border-box;
    }

    .menu-toggle span {
        display: block;
        width: 100%;
        height: 3px;
        background-color: #ffffff;
        border-radius: 2px;
        transition: all 0.3s ease;
        transform-origin: center;
        flex-shrink: 0;
    }

    /* 汉堡菜单激活状态 */
    .menu-toggle.active span:nth-child(1) {
        transform: translateY(8.5px) rotate(45deg);
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active span:nth-child(3) {
        transform: translateY(-8.5px) rotate(-45deg);
    }

    .header .ebiz .title h1 {
        font-size: 25px;
    }

    /* 推荐区域左右滑动 */
    .recom .titBox {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
        width: 90%;
        max-width: 700px;
        gap: 5px;
    }

    .recom .titBox::-webkit-scrollbar {
        display: none;
    }

    .recom .reBox {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .recom .reBox::-webkit-scrollbar {
        display: none;
    }

    .recom .reList {
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: max-content;
        min-width: 100%;
    }

    .recom .reList.active {
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: max-content;
        min-width: 100%;
    }

    .recom .reItem {
        flex: 0 0 auto;
        width: 200px;
        min-width: 200px;
        max-width: 200px;
    }

    /* 旅游玩法一行显示两个 */
    .playBox {
        gap: 15px;
    }

    .playItem {
        flex: 0 0 calc(50% - 7.5px);
        max-width: calc(50% - 7.5px);
    }

    .playTxt {
        font-size: 36px;
    }

    /* 轮播图移动端样式 */
    .travelBanner .banner {
        height: 300px;
        border-radius: 15px;
    }

    .travelBanner .banner .txt {
        font-size: 32px;
        /*padding: 0 20px;
        white-space: normal;*/
    }

    .travelBanner .banner .swiper-button-next,
    .travelBanner .banner .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .travelBanner .banner .swiper-button-next::after,
    .travelBanner .banner .swiper-button-prev::after {
        font-size: 16px;
    }

    .travelBanner .banner .swiper-button-next {
        right: 10px;
    }

    .travelBanner .banner .swiper-button-prev {
        left: 10px;
    }

    /* 出境游区域移动端样式 */
    .Outbound .titBox {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
        gap: 10px;
        margin-bottom: 20px;
    }

    .Outbound .titBox::-webkit-scrollbar {
        display: none;
    }

    .Outbound .tit {
        min-width: 90px;
        padding: 10px 15px;
        flex-shrink: 0;
    }

    .Outbound .tit h3 {
        font-size: 16px;
    }

    .Outbound .tit p {
        font-size: 11px;
    }



    .Outbound .OutItem .swiper-button-next,
    .Outbound .OutItem .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

    .Outbound .OutItem .swiper-button-next::after,
    .Outbound .OutItem .swiper-button-prev::after {
        font-size: 16px;
    }

    .Outbound .OutItem .swiper-button-next {
        right: 5px;
    }

    .Outbound .OutItem .swiper-button-prev {
        left: 5px;
    }

    .travelItem .txt h4 {
        font-size: 18px;
    }

    .travelItem .txt p {
        font-size: 16px;
    }

    .travelBox .travelItem {
        width: calc(50% - 10px);
    }

    /* 移动端Footer布局优化 */
    .footer-content {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    /* 第1列：品牌信息 */
    .footer-brand {
        order: 1;
        width: 100%;
    }

    /* 第2列：联系我们 */
    .footer-contact {
        order: 2;
        width: 100%;
    }

    /* 分割线样式 */
    .footer-contact::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #ddd;
        margin: 20px 0;
    }

    /* 第3列：包含精选行程和关于我们 */
    .footer-double-column {
        order: 3;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }


    .footer-itineraries {
        flex: 1;
        min-width: 45%;
        order: 1;
    }

    .footer-about {
        flex: 1;
        min-width: 45%;
        order: 2;
    }

    /* 第4列：底部版权信息 */
    .footer-copyright {
        order: 4;
        width: 100%;
        margin-top: 20px;
    }

    /* 联系信息不换行 */
    .contact-info p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        line-height: 1.3;
        margin-bottom: 0px;
    }

    .contact-phone, .contact-wechat {
        display: inline-block;
        width: 100%;
    }

    /* 联系模块布局优化 */
    .contact-blocks {
        flex-direction: column;
        gap: 15px;
    }

    .contact-block {
        display: flex;
        gap: 12px;
        align-items: flex-start;
    }

    .qr-code {
        width: 60px;
        height: 60px;
        flex-shrink: 0;
    }

    .contact-info {
        flex: 1;
    }

    /* 品牌地址换行正常 */
    .brand-address p {
        white-space: normal;
        word-break: break-word;
    }

    .verBox .item{
        flex: 0 0 calc((100% - 24px) / 2);
    }
    .menuTop .ebiz .menuBox{
        gap: 25px;
    }
    .menuTop .menuItem{
        flex-direction: column;
        gap:15px;
        align-items: flex-start;
    }
    .menuTop .menuItem .menuList{
        gap: 8px;
    }
    .topBox{
        flex-direction: column;
    }
    .topBox>div{
        width: 100%;
        padding-bottom: 20px;
    }
    .topBox .info .journey .box{
        flex-direction: column;
    }
    .proInfo .ebiz{
        flex-direction: column-reverse;
    }

    .proInfo .recommend {
        display: none;
    }

    .proInfo .ebiz>div {
        width: 100%;
    }
    .proInfo .recommend .reList{
        flex-wrap: wrap;
        flex-direction: row;
        gap:10px;
    }
    .proInfo .recommend .reList .item{
        flex: 0 0 calc(33.33% - 6.66px);

    }

    /* 调整房型导航栏样式 - 一行四个，多的换行 */
    .aboutBox .tabTit {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px; /* 减少间隙以适应一行四个 */
    }

    .aboutBox .tabTit .tit {
        flex: 0 0 calc(25% - 7.5px); /* 每行四个，考虑间隙 */
        min-width: calc(25% - 7.5px);
        max-width: calc(25% - 7.5px);
        padding: 8px 10px; /* 调整内边距 */
        text-align: center;
        border-radius: 8px;
        margin-bottom: 10px; /* 添加底部间距以便换行 */
    }

    .aboutBox .tabTit .tit h3 {
        font-size: 14px; /* 减小字体大小以适应小空间 */
        line-height: 1.2;
        white-space: normal; /* 允许文字换行 */
        word-break: break-word; /* 长单词换行 */
        margin-bottom: 4px;
    }

    .aboutBox .tabTit .tit p {
        font-size: 10px; /* 减小描述文字大小 */
        line-height: 1.2;
        white-space: normal; /* 允许文字换行 */
        word-break: break-word; /* 长单词换行 */
        display: -webkit-box;
        -webkit-line-clamp: 2; /* 限制最多两行 */
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .colTop .title h2 {
        font-size: 32px !important; /* 减小字体大小 */
        line-height: 1.2;
        padding: 0 20px; /* 添加内边距 */
        text-align: center;
        width: 100%;
    }

    .topServer {
        position: fixed;
        top: 100px; /* 放在屏幕右上角下来一点 */
        right: 10px;
        bottom: auto; /* 取消之前的底部定位 */
        z-index: 999;
        display: flex;
        flex-direction: column;
        align-items: flex-end; /* 右对齐 */
    }

    .topServer a {
        width: 60px; /* 减小宽度适应移动端 */
        padding: 8px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    }

    .topServer a img {
        width: 36px; /* 减小图标大小 */
        height: 36px;
    }

    .topServer a p {
        font-size: 12px;
        padding: 3px 6px;
    }

    .recom .titBox {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        max-width: 90%;
        gap: 10px;
        padding: 12px 15px;
        border-radius: 50px;
        margin: 0 auto;
    }

    .recom .titBox::-webkit-scrollbar {
        display: none;
    }

    .recom .tit {
        font-size: 16px;
        padding: 8px 20px;
        white-space: nowrap;
        flex-shrink: 0;
    }

    /* 优化内容区域为水平滚动，至少显示两个半图片 */
    .recom .reBox {
        margin-top: -25px;
        padding: 50px 25px 20px 30px;
        border-radius: 15px;
        overflow: visible;
        width: 100%;
    }

    .recom .reList {
        width: 100%;
        min-width: 100%;
    }

    .recom .reList.active {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        gap: 12px;
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 0 15px;
        scroll-snap-type: x mandatory;
    }

    .recom .reList.active::-webkit-scrollbar {
        display: none;
    }

    /* 调整卡片尺寸，确保至少显示两个半 */
    .recom .reItem {
        flex: 0 0 auto;
        width: calc(40vw - 10px);
        min-width: calc(40vw - 10px);
        max-width: calc(40vw - 10px);
        border-radius: 10px;
        overflow: hidden;
        scroll-snap-align: start;
        position: relative;
    }

    /* 确保图片比例合适 */
    .recom .reImg {
        width: 100%;
        aspect-ratio: 16 / 11;
        overflow: hidden;
    }

    .recom .reImg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    /* 调整文字显示 */
    .recom .reTxt {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to top, rgba(13, 59, 184, 0.9) 30%, transparent 100%);
        color: #ffffff;
        padding: 15px 10px 10px;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        line-height: 1.3;
        max-height: 60px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    /* 添加滚动指示器 */
    .recom .reBox::after {
        content: '';
        position: absolute;
        top: 50px;
        right: 15px;
        width: 30px;
        height: 30px;
        background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
        pointer-events: none;
        z-index: 2;
    }

    .iTit {
        font-size: 20px !important; /* 从25px减小到20px */
        padding: 20px 0 15px !important; /* 减小上下内边距 */
    }

    /* 轮播图样式优化 */
    .travelBanner .banner {
        height: 350px; /* 增加高度以适应1:3比例 */
        margin-top: 20px; /* 增加与上方内容的间距 */
    }

    .travelBanner .banner .swiper-slide {
        aspect-ratio: 1 / 3 !important; /* 改为1:3宽高比 */
        /*height: 350px; !* 固定高度 *!*/
    }

    .travelBanner .banner .img {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .travelBanner .banner .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; /* 确保图片居中显示 */
    }

    .travelBanner .banner .txt {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: #ffffff;
        font-size: 32px;
        font-weight: bold;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
        /*padding: 0 15px;*/
        /*line-height: 1.3;*/
        z-index: 10;

    }

    /* 缩小playBox与轮播图的间距 */
    .travelPlay {
        padding-bottom: 30px !important; /* 从50px减小到30px */
    }

    /* 减小playBox本身的高度 */
    .playBox {
        margin-bottom: 10px;
    }

    /* 确保轮播图导航按钮仍然可见 */
    .travelBanner .banner .swiper-button-next,
    .travelBanner .banner .swiper-button-prev {
        width: 40px;
        height: 40px;
        /*background: rgba(0, 0, 0, 0.4);*/
        border-radius: 50%;
        color: #ffffff;
        transition: all 0.3s ease;
    }

    .travelBanner .banner .swiper-button-next:hover,
    .travelBanner .banner .swiper-button-prev:hover {
        background: rgba(0, 0, 0, 0.7);
    }

    .travelBanner .banner .swiper-button-next::after,
    .travelBanner .banner .swiper-button-prev::after {
        font-size: 16px;
        font-weight: bold;
    }

    /* 调整国内游标题行 */
    .domestic .title-row {
        padding: 20px 0 15px !important; /* 减小内边距 */
    }

    /* 调整出境游标题区域 */
    .Outbound .titBox {
        margin-bottom: 20px !important; /* 减小底部边距 */
    }

    /* 调整主题定制区域 */
    .diy .divBox {
        gap: 15px !important; /* 减小间隙 */
    }

    .diy .divBox .item .txt h4 {
        font-size: 20px !important; /* 减小字体大小 */
        margin-bottom: 10px !important;
    }

    .diy .divBox .item .txt p {
        font-size: 12px !important; /* 减小字体大小 */
    }

    /* 隐藏原有的桌面端预订按钮区域 */
    .nav .contact {
        display: none !important;
    }

    /* 移动端立即预订菜单项样式 - 与其他菜单项保持一致 */
    .nav .menu ul li.mobile-book-item {
        display: none; /* 桌面端隐藏 */
    }

    .nav .menu.active ul li.mobile-book-item {
        display: block; /* 移动端菜单展开时显示 */
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav .menu.active ul li.mobile-book-item:last-child {
        border-bottom: none;
    }

    .nav .menu ul li.mobile-book-item a {
        display: block;
        color: #ffffff;
        text-decoration: none;
        font-size: 18px; /* 与其他菜单项相同大小 */
        font-weight: 400; /* 正常字体，不加粗 */
        padding: 15px 0; /* 与其他菜单项相同内边距 */
        transition: all 0.3s ease;
    }

    /* 鼠标悬停效果与其他菜单项一致 */
    .nav .menu ul li.mobile-book-item a:hover {
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.05);
    }

    /* 激活状态与其他菜单项一致 */
    .nav .menu ul li.mobile-book-item a.act {
        border-bottom: 2px solid #ffffff;
        font-weight: bold;
    }

    /* 如果在预订页面，可以添加活动状态 */
    .nav .menu ul li.mobile-book-item a[href="/book"].act {
        border-bottom: 2px solid #ffffff;
        font-weight: bold;
    }

    /* 优化百悦假期标题字体大小 */
    .about .title h2 {
        font-size: 28px !important; /* 从38px减小到28px */
        line-height: 1.3;
        text-align: center;
        margin-bottom: 10px;
    }

    .about .title p {
        font-size: 14px !important; /* 从16px减小到14px */
        line-height: 1.5;
        text-align: center;
        padding: 0 15px;
    }

    /* 优化aTxt中的描述文字 */
    .aboutTxt .txtBox .aTxt p {
        font-size: 12px !important; /* 从14px减小到12px */
        line-height: 1.6 !important;
        color: #ffffff;
        font-weight: 300;
    }

    /* 优化潜水中心标题 */
    .aboutBox .topTitle h3 {
        font-size: 18px !important; /* 减小字体大小 */
        line-height: 1.4;
        text-align: center;
    }

    .aboutBox .topTitle h3 span {
        font-size: 18px !important; /* 保持与主标题一致的大小 */
    }

    /* 优化玩法多样标题 */
    .aboutBox .topTitle h3 span {
        color: #1f54f0;
    }

    .aboutBox .topTitle p {
        font-size: 14px !important; /* 从16px减小到14px */
        line-height: 1.5;
        padding: 0 10px;
    }

    /* 优化picBox中的标题 - 字体小一点，不要加粗 */
    .aboutBox .picBox .list h4 {
        font-size: 14px !important; /* 从16px减小到14px */
        font-weight: normal !important; /* 去掉加粗 */
        line-height: 1.4;
        color: #333;
        text-align: center;
        padding-top: 8px;
    }

    /* 1. 轮播图高度缩短三分之一 */
    .aboutBox .tabCon .conItem .tabImgs .swiper-slide {
        aspect-ratio: 4 / 2 !important; /* 原为4/3，改为4/2，高度缩短三分之一 */
    }

    /* 2. 房间描述文字字体小一点 */
    .aboutBox .tabCon .conItem .des {
        font-size: 13px !important; /* 原为14px，减小一点 */
        line-height: 1.5 !important;
    }

    .aboutBox .tabCon .conItem .des > * {
        font-size: 13px !important;
        line-height: 1.5 !important;
        text-align: left !important; /* 左对齐，更易阅读 */
    }

    /* 3. 美食描述段落字体小一点 */
    .aboutBox .topTitle p {
        font-size: 13px !important; /* 原为14px，减小一点 */
        line-height: 1.5 !important;
        padding: 0 !important; /* 移除左右内边距 */
    }

    /* 4. 美食图片容器调整 */
    .aboutBox .clumBox .list .imgTop .img {
        aspect-ratio: 1 / 1; /* 改为正方形 */
        padding: 3px; /* 减小内边距 */
        background: #ffffff;
    }

    .aboutBox .clumBox .list .imgTop .img:nth-child(2) {
        width: calc(60% - 10px); /* 调整宽度计算 */
    }

    /* 美食图片容器的标题和描述文字也减小 */
    .aboutBox .clumBox .list h4 {
        font-size: 14px !important; /* 减小字体 */
        margin: 8px 0 4px 0;
    }

    .aboutBox .clumBox .list h5 {
        font-size: 12px !important; /* 减小字体 */
        line-height: 1.4 !important;
    }

    /* 调整第一个列表项（大图部分）的样式 */
    .aboutBox .clumBox .list:first-child {
        padding: 15px; /* 减小内边距 */
    }

    .aboutBox .clumBox .list:first-child h4 {
        font-size: 16px !important; /* 稍微大一点，突出显示 */
        color: #ff0000;
        font-weight: bold;
        margin-top: 10px;
    }

    .aboutBox .clumBox .list:first-child h5 {
        font-size: 13px !important;
        color: #333;
        font-weight: normal;
    }
}

@media (max-width: 768px) {
    .travelBox .travelItem {
        width: 100%;
    }

    /* 主题定制区域移动端样式 */
    .diy .divBox {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .diy .divBox .item .txt {
        padding: 20px;
    }

    .diy .divBox .item .txt h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .diy .divBox .item .txt p {
        font-size: 10px;
    }

    .footer {
        padding: 40px 0 20px;
    }

    .contact-blocks {
        flex-direction: row;
        column-gap: 40px;
    }

    .contact-block {
        width: 40%;
    }
    .verBox .item{
        flex: 0 0 100%;
    }
    .serBox .book{
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding:5px  10px;
        z-index: 999;
    }
    .serBox .book button{
        width: 100%;
    }
    .proInfo .recommend .reList .item{
        flex: 0 0 100%;

    }
    .proInfo .content .conInfo{
        width: 100%;
    }
    .proInfo .content .conNav{
        display: none;
    }
    .proInfo .content .route .title{
        flex-direction: row;
        gap: 5px;
    }

    .productBox .item,.aboutTxt .txtBox{
        flex-direction: column;
        gap: 0px;

    }
    .proInfo .content .route .list .img{
        width: 24px;
    }
    .proInfo .content .route .list .name{
        padding-left: 3px;
    }
    .productBox .item>div{
        width: 100% !important;
    }
    .productBox .item .book{
        border-left: none;
        padding: 0;
        flex-direction: column-reverse;
    }
    .productBox .item .book .topBlock{
        flex-direction: row;
        justify-content: space-between;
    }
    .productBox .item .book .btn{
        width: 40%;
    }
    .productBox .item .book .footBlock{
        display: flex;
    }
    .about .title{
        padding: 0 20px;
    }
    .aboutTxt .txtBox .aLogo{
        padding-right: 0;
        border-right: none;
    }
    .aboutTxt{
        margin-top: -260px;
    }
    .aboutTxt .txtBox .aLogo img{
        height: 140px;
    }
    .aboutBox .picBox .list {
        width: calc(50% - 10px);
    }
    .aboutBox .clumBox .list{
        width: 100%;
    }
    .topServer{
        top:auto;
        bottom: 60px;
    }

    .aboutBox .tabTit {
        gap: 8px; /* 进一步减小间隙 */
    }

    .aboutBox .tabTit .tit {
        flex: 0 0 calc(25% - 6px); /* 调整宽度计算 */
        min-width: calc(25% - 6px);
        max-width: calc(25% - 6px);
        padding: 6px 8px;
    }

    .aboutBox .tabTit .tit h3 {
        font-size: 12px;
    }

    .aboutBox .tabTit .tit p {
        font-size: 9px;
        -webkit-line-clamp: 2; /* 确保最多两行 */
        line-clamp: 2;
    }
    /* 在小屏幕上，将精选行程和关于我们放在同一行显示 */
    .footer-itineraries,
    .footer-about {
        width: 40%;
    }

    /* 可选：如果想让精选行程和关于我们在同一行显示 */
    .footer-content {
        display: flex;
        flex-direction: column;
    }

    /* 如果需要两列并排布局 */
    .footer-itineraries {
        order: 3;
    }

    .footer-about {
        order: 4;
    }

    /* 调整联系模块在小屏幕上的显示 */
    .contact-blocks {
        flex-direction: row;
    }

    .contact-block {
        flex-direction: row;
        justify-content: flex-start;
    }

    .colTop .title h2 {
        font-size: 28px !important; /* 更小的屏幕更小的字体 */
    }


    .footer-double-column {
        flex-direction: row;
        gap: 30px;
    }

    .footer-itineraries,
    .footer-about {
        min-width: 40%;
    }

    /* 联系信息在小屏幕上确保不换行 */
    .contact-info p {
        font-size: 11px;
    }

    .contact-block {
        gap: 10px;
    }

    .qr-code {
        width: 50px;
        height: 50px;
    }

    .topServer {
        top: 90px; /* 更小的屏幕调整位置 */
        right: 8px;
    }

    .topServer a {
        width: 56px;
        padding: 6px;
    }

    .topServer a img {
        width: 32px;
        height: 32px;
    }

    .topServer a p {
        font-size: 11px;
    }

    .recom .reItem {
        width: calc(42vw - 10px);
        min-width: calc(42vw - 10px);
        max-width: calc(42vw - 10px);
    }

    .recom .reTxt {
        font-size: 13px;
        padding: 12px 8px 8px;
        max-height: 55px;
    }

    .recom .titBox {
        gap: 8px;
        padding: 10px 12px;
    }

    .recom .tit {
        font-size: 15px;
        padding: 6px 16px;
    }

    .iTit {
        font-size: 18px !important; /* 进一步减小字体大小 */
        padding: 18px 0 12px !important;
    }

    /* 进一步缩小间距 */
    .travelPlay {
        padding-bottom: 25px !important;
    }

    .travelBanner {
        padding: 25px 0 0 0 !important; /* 减小内边距 */
    }

    .travelBanner .banner {
        height: 300px; /* 减小高度 */
        border-radius: 15px;
    }

    .travelBanner .banner .swiper-slide {
        /*height: 300px; !* 与容器高度一致 *!*/
    }

    .travelBanner .banner .txt {
        font-size: 32px;
        /*bottom: 20px;*/
    }

    /* 调整国内游查看更多按钮 */
    .domestic .more-link {
        font-size: 13px;
        padding: 6px 12px;
    }

    /* 调整主题定制区域 */
    .diy .divBox .item .txt h4 {
        font-size: 18px !important;
    }

    .diy .divBox .item .txt p {
        font-size: 11px !important;
    }

    /* 调整出境游标题 */
    .Outbound .tit h3 {
        font-size: 14px !important;
    }

    .Outbound .tit p {
        font-size: 10px !important;
    }

    .aboutBox .tabCon .conItem .tabImgs .swiper-slide {
        aspect-ratio: 4 / 1.8 !important; /* 更小的屏幕进一步缩短高度 */
    }

    .aboutBox .tabCon .conItem .des {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }

    .aboutBox .topTitle p {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }

    .aboutBox .clumBox .list h4 {
        font-size: 13px !important;
    }

    .aboutBox .clumBox .list h5 {
        font-size: 11px !important;
    }

    .aboutBox .clumBox .list:first-child h4 {
        font-size: 15px !important;
    }

    .aboutBox .clumBox .list:first-child h5 {
        font-size: 12px !important;
    }
}

/* 国内游标题行样式 */
.domestic .title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0;
}

/* 查看更多按钮样式 */
.domestic .more-link {
    font-size: 14px;
    color: #666666;
    text-decoration: none;
    padding: 8px 16px;
    border: 1px solid black;
    border-radius: 4px;
    transition: all 0.3s ease;
    background-color: #ffffff;
    font-weight: 500;
}

.domestic .more-link:hover {
    color: #1f54f0;
    border-color: #1f54f0;
    background-color: #f8f9fa;
}

/* 修改原有的iTit样式，去掉padding */
.domestic .iTit {
    font-size: 25px;
    font-weight: bold;
    padding: 30px 0; /* 去掉原来的padding，由.title-row控制 */
}

.domestic .iTit::after {
    content: ' >>';
    color: #919191;
}

/* 移动端优化 - 针对标题区域 */
@media (max-width: 993px) {
    .header .ebiz .title .sub-title {
        display: flex;
        flex-wrap: nowrap; /* 强制不换行 */
        white-space: nowrap; /* 禁止文字换行 */
        overflow-x: auto; /* 允许水平滚动 */
        -webkit-overflow-scrolling: touch; /* 平滑滚动 */
        gap: 0px; /* 调整间距 */
        width: 100%;
        max-width: 100vw;
        padding-bottom: 5px; /* 为滚动条留出空间 */
    }

    .header .ebiz .title .sub-title p {
        font-size: 10px; /* 稍微减小字体大小以适应移动端 */
        white-space: nowrap; /* 确保单个p元素内的文字不换行 */
        flex-shrink: 0; /* 防止元素被压缩 */
        padding: 5px 4px;
        /*background-color: rgba(255, 255, 255, 0.1);*/
        border-radius: 4px;
    }

    /* 隐藏滚动条但保持滚动功能 */
    .header .ebiz .title .sub-title::-webkit-scrollbar {
        display: none;
    }

    .header .ebiz .title .sub-title {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    /* 修改旅游玩法区域为四个在一行，允许水平滚动 */
    .playBox {
        display: flex;
        flex-wrap: nowrap; /* 强制不换行 */
        overflow-x: auto; /* 允许水平滚动 */
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        gap: 8px; /* 减小间距 */
        padding-bottom: 10px; /* 为滚动条留出空间 */
        width: 100%;
        margin: 0 -10px; /* 负边距让容器可以扩展到屏幕边缘 */
        padding: 0 10px; /* 内边距补偿负边距 */
    }

    .playItem {
        flex: 0 0 calc(25% - 6px); /* 增加宽度占比，减小间隙计算 */
        min-width: calc(25% - 6px); /* 确保最小宽度 */
        max-width: calc(25% - 6px); /* 确保最大宽度 */
        aspect-ratio: 1.07;
        border-radius: 15px; /* 稍微减小圆角 */
    }

    .playTxt {
        font-size: 22px; /* 稍微减小字体以适应更大的图片 */
        letter-spacing: 1px;
        padding: 0 8px; /* 增加内边距防止文字贴边 */
        line-height: 1.2;
        text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5); /* 增强文字阴影 */
    }

    /* 调整图片显示，确保完全填充容器 */
    .playItem .playImg.w {
        height: 100%;
    }

    .playItem .playImg.w img.fit {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* 隐藏滚动条但保持滚动功能 */
    .playBox::-webkit-scrollbar {
        display: none;
    }

    .playBox {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    /* 出境游区域移动端优化 - 每行显示两个 */
    .Outbound .OutList.active .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .Outbound .OutItem {
        width: 100%;
        position: relative;
        overflow: visible;
    }

    .Outbound .OutItem .swiper-slide {
        width: calc(50% - 7.5px) !important;
        height: auto;
    }

    /* 隐藏出境游的swiper导航按钮，因为现在使用wrap布局 */
    .Outbound .OutItem .swiper-button-next,
    .Outbound .OutItem .swiper-button-prev {
        display: none;
    }

    /* 国内游区域移动端优化 - 每行显示两个 */
    .travelBox {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .travelBox .travelItem {
        width: calc(50% - 7.5px) !important;
    }

    /* 主题定制区域移动端优化 - 每行显示两个 */
    .diy .divBox {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    /* 调整主题定制区域的文字大小 */
    .diy .divBox .item .txt h4 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .diy .divBox .item .txt p {
        font-size: 10px;
        line-height: 1.4;
        display: none;
    }

    /* 移动端出境游容器 */
    .Outbound .OutItem.mobile-layout {
        overflow: visible !important;
        padding: 0 !important;
    }

    .Outbound .OutItem.mobile-layout .swiper-wrapper.mobile-wrapper {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 15px !important;
        transform: none !important;
        width: 100% !important;
        height: auto !important;
    }

    .Outbound .OutItem.mobile-layout .swiper-slide.mobile-slide {
        width: calc(50% - 7.5px) !important;
        height: auto !important;
        margin: 0 !important;
    }

    /* 隐藏Swiper导航按钮 */
    .Outbound .OutItem .swiper-button-next,
    .Outbound .OutItem .swiper-button-prev {
        display: none !important;
    }

    /* 确保旅游卡片样式与国内游一致 */
    .Outbound .travelItem {
        background-color: #ffffff;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        cursor: pointer;
        height: 100%;
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
    }

    .Outbound .travelItem:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }
    .menuTop .menuItem .menuList > *{
        color: #333333;
        cursor: pointer;
        font-size: 16px;
        border: 1px solid darkgray;
        border-radius: 4px;
        padding: 2px 4px;
    }

    /* 产品列表容器 */
    .productList {
        width: 100%;
        overflow: hidden;
    }

    .productList .ebiz {
        padding: 0 15px;
        width: 100%;
        box-sizing: border-box;
    }

    /* 产品网格容器 - 双列布局 */
    .productBox {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        width: 100%;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    /* 产品项 - 确保在网格内 */
    .productBox .item {
        display: flex;
        flex-direction: column;
        width: 100% !important;
        min-width: 0; /* 关键：允许弹性收缩 */
        margin: 0;
        padding: 12px;
        gap: 10px;
        box-sizing: border-box;
        border-radius: 8px;
        background: #f7f8fa;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
        overflow: hidden; /* 防止内容溢出 */
        height: auto;
        min-height: 320px; /* 统一最小高度 */
        position: relative;
    }

    /* 防止item内部溢出 */
    .productBox .item > * {
        max-width: 100%;
        box-sizing: border-box;
    }

    /* 图片容器 */
    .productBox .item .pic {
        width: 100% !important;
        aspect-ratio: 16/9;
        margin: 0;
        flex-shrink: 0;
    }

    .productBox .item .pic .fit {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px;
    }

    /* 标题区域 */
    .productBox .item .tit {
        width: 100% !important;
        padding: 0;
        margin: 0;
        flex: 1; /* 占据剩余空间 */
        min-height: 0; /* 允许收缩 */
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    .productBox .item .tit .topBlock {
        display: flex;
        flex-direction: column;
        gap: 4px;
        flex: 1;
        min-height: 0;
    }

    .productBox .item .tit .topBlock h2 {
        font-size: 14px;
        line-height: 1.4;
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-break: break-word;
        hyphens: auto;
    }

    .productBox .item .tit .topBlock p {
        font-size: 12px;
        line-height: 1.4;
        margin: 0;
        color: #666;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-break: break-word;
    }

    .productBox .item .tit .topBlock p:nth-child(3) {
        color: #1f54f0;
        font-weight: 600;
        font-size: 13px;
        margin-top: 2px;
    }

    /* 底部信息 */
    .productBox .item .tit .footBlock {
        margin-top: auto;
        padding-top: 0px;
        /*border-top: 1px solid #f0f0f0;*/
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .productBox .item .tit .footBlock p {
        font-size: 11px;
        color: #888;
        line-height: 1.3;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* 预订区域 */
    .productBox .item .book {
        width: 100% !important;
        padding: 0;
        border-left: none;
        /*border-top: 1px solid #f0f0f0;*/
        padding-top: 10px;
        margin-top: auto;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .productBox .item .book .topBlock {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 8px;
        width: 100%;
    }

    .productBox .item .book .price {
        font-size: 13px;
        color: #1f54f0;
        display: flex;
        align-items: baseline;
        gap: 2px;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .productBox .item .book .price span {
        font-size: 20px;
        font-weight: 800;
    }

    .productBox .item .book .btn {
        background: #1f54f0;
        color: #ffffff;
        padding: 8px 12px;
        border-radius: 4px;
        font-size: 13px;
        font-weight: 600;
        white-space: nowrap;
        text-align: center;
        flex-shrink: 0;
        min-width: 80px;
    }

    .productBox .item .book .footBlock {
        display: none; /* 移动端隐藏以节省空间 */
    }

    .productBox .item .tit .footBlock p {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 4px;
        color: #666;
        flex: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* 移动端预订区域 */
    .productBox .item .book {
        width: 100%;
        padding: 12px 0 0 0;
        border-left: none;
        margin-top: auto; /* 关键：让预订区域自动推到底部 */
        gap: 8px;
        height: auto;
        order: 3;
        display: flex;
        flex-direction: column;
    }

    .productBox .item .book .topBlock {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        gap: 10px;
        margin-top: auto; /* 确保价格和按钮在底部 */
        padding: 10px 0 0 0;
       /* border-top: 1px solid #f0f0f0;*/ /* 添加顶部边框 */
    }

    .productBox .item .book .price {
        font-size: 14px;
        justify-content: flex-start;
        flex: 1;
        display: flex;
        align-items: baseline;
    }

    .productBox .item .book .price span {
        font-size: 24px;
    }

    .productBox .item .book .btn {
        width: auto;
        min-width: 100px;
        padding: 10px 20px;
        font-size: 14px;
        border-radius: 6px;
        font-weight: 600;
        white-space: nowrap;
        flex-shrink: 0;
        text-align: center;
    }

    .productBox .item .book .footBlock {
        margin-top: 8px;
        display: none; /* 移动端隐藏产品包含信息，节省空间 */
    }

    .productBox .item .book .footBlock p {
        font-size: 12px;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .productBox .item .book .footBlock p:first-child {
        font-weight: 600;
        margin-bottom: 2px;
    }

    .aboutBox .tabCon .conItem .tabImgs .swiper-slide {
        aspect-ratio: 4 / 3; /* 调整移动端图片比例 */
    }

    .aboutBox .tabCon .conItem .txt {
        font-size: 14px;
        padding: 8px;
        flex-direction: column;
        gap: 5px;
    }

    .aboutBox .tabCon .conItem .des {
        font-size: 14px;
        line-height: 1.6;
    }

    .aboutTxt .txtBox .aTxt p{
        font-size: 14px;
        color: #ffffff;
        line-height: 30px;
        font-weight: 300;
    }

    .bookBox .bookForm .form-actions {
        display: flex;
        flex-wrap: nowrap; /* 禁止换行 */
        align-items: center;
        gap: 12px;
        width: 100%;
        overflow-x: auto; /* 允许水平滚动 */
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px; /* 为滚动条留出空间 */
    }

    .bookBox .bookForm .captcha-group {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-left: 0;
        flex-shrink: 0; /* 防止被压缩 */
        white-space: nowrap;
    }

    .bookBox .bookForm .captcha-q {
        font-size: 14px;
        white-space: nowrap;
    }

    .bookBox .bookForm .input-captcha {
        width: 80px; /* 减小宽度 */
        padding: 8px;
        font-size: 14px;
        flex-shrink: 0;
    }

    .bookBox .bookForm .captcha-refresh {
        font-size: 13px;
        padding: 6px 8px;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .bookBox .bookForm .error-tip {
        font-size: 12px;
        white-space: nowrap;
        flex-shrink: 0;
        margin: 0;
    }

    .bookBox .bookForm .btn-submit {
        padding: 10px 20px;
        font-size: 15px;
        white-space: nowrap;
        flex-shrink: 0;
    }

    /* 隐藏滚动条但保持滚动功能 */
    .bookBox .bookForm .form-actions::-webkit-scrollbar {
        display: none;
    }

    .bookBox .bookForm .form-actions {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .topBox .info h1 {
        font-size: 20px !important; /* 从24px减小到20px */
        line-height: 1.3; /* 优化行高，提高可读性 */
        margin-bottom: 8px; /* 适当调整间距 */
    }

    .topBox .info h3 {
        font-size: 12px !important;
    }

    .topBox .info .desc {
        font-size: 14px !important; /* 同时减小描述文字大小 */
        line-height: 1.5;
        padding: 10px 0 !important; /* 调整内边距 */
    }
    /* 隐藏产品描述部分 */
    .productBox .item .tit .topBlock p:nth-child(2) {
        display: none !important; /* 隐藏description */
    }

    /* 调整顶部块布局，因为隐藏了description */
    .productBox .item .tit .topBlock {
        gap: 0px; /* 减少间距 */
        flex: 1;
        min-height: 0;
    }

    /* 调整标题和行程的间距 */
    .productBox .item .tit .topBlock h2 {
        margin-bottom: 0px; /* 添加底部间距 */
    }

    .productBox .item .tit .topBlock p:nth-child(3) {
        margin-top: 0px; /* 调整行程的顶部间距 */
    }

    /* 调整item整体高度，因为隐藏了description */
    .productBox .item {
        min-height: 280px; /* 减少最小高度 */
    }

    /* 优化产品详情页移动端字体大小 */
    .topBox .info .desc {
        font-size: 14px !important;
        line-height: 1.5;
    }

    .topBox .info .travel .dest .destBox {
        font-size: 14px !important;
    }

    .topBox .info .travel .price .priceBox {
        font-size: 12px !important;
    }

    .topBox .info .travel .price .priceBox span {
        font-size: 30px !important;
    }

    .topBox .info .travel .price .Itinerary {
        font-size: 14px !important;
    }

    /* 同时优化其他相关文字 */
    .topBox .info .journey .box h3 {
        font-size: 14px !important;
    }

    .topBox .info .journey .Options span {
        font-size: 18px !important;
        padding: 4px 12px;
    }

    /* 优化出行选项布局 - 一行三个 */
    .topBox .info .journey .Options {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        margin-top: 8px;
    }

    .topBox .info .journey .Options span {
        width: 100%;
        margin: 0;
        padding: 8px 5px;
        text-align: center;
        font-size: 13px !important; /* 确保所有选项字体大小一致 */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* 确保出发城市选项也是一行三个布局 */
    .topBox .info .journey .box:nth-child(1) .Options {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    /* 确保所有选项盒子高度一致 */
    .topBox .info .journey .box {
        margin-bottom: 15px;
    }

    .topBox .info .journey .box h3 {
        margin-bottom: 5px;
        font-size: 14px !important;
    }

    /* 添加行程标题字体大小优化 */
    .proInfo .content .route .title .tit {
        font-size: 15px !important; /* 从20px减小到16px */
        line-height: 1.4; /* 优化行高 */
    }

    /* 容器改为flex列布局，让两行分开 */
    .aboutBox .clumBox {
        display: flex;
        flex-direction: row;
        gap: 0px;
        padding: 0;
        margin: 0;
        width: 100%;
        overflow: hidden;
    }

    /* 第一行：特殊项（第一个项）独占一行 */
    .aboutBox .clumBox .list:first-child {
        width: 100%;
        padding: 15px;
        background: #ffd800;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        display: flex;
        flex-direction: column;
        gap: 12px;
        order: 1;
    }

    /* 第一个项的图片容器布局 */
    .aboutBox .clumBox .list:first-child .imgTop {
        display: flex;
        flex-direction: row;
        gap: 10px;
        width: 100%;
    }

    /* 第一个项的三个图片布局 */
    .aboutBox .clumBox .list:first-child .imgTop .img {
        flex: 1;
        height: 160px;
        border-radius: 8px;
        overflow: hidden;
        padding: 3px;
        background: #ffffff;
    }

    /* 第一个项中间图片更大 */
    .aboutBox .clumBox .list:first-child .imgTop .img:nth-child(2) {
        flex: 2;
        margin-left: 0;
        margin-right: 0;
    }

    /* 第一个项标题 */
    .aboutBox .clumBox .list:first-child h4 {
        font-size: 18px;
        font-weight: bold;
        color: #ff0000;
        margin: 0;
        text-align: center;
        line-height: 1.3;
    }

    .aboutBox .clumBox .list:first-child h5 {
        font-size: 14px;
        color: #333;
        margin: 0;
        text-align: center;
        line-height: 1.4;
        font-weight: normal;
    }

    /* 第二行：其他三个项横向排列 */
    .aboutBox .clumBox .list:not(:first-child) {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 15px;
        width: 100%;
        order: 2;
        margin-top: 10px;
    }

    /* 创建第二行的容器 */
    .aboutBox .clumBox::after {
        content: '';
        display: none;
    }

    /* 为第二行创建专门的容器 */
    .aboutBox .clumBox {
        position: relative;
    }

    .aboutBox .clumBox .row2 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        width: 100%;
        margin-top: 10px;
    }

    /* 如果要使用原有的类名，可以通过JS或修改模板来添加row2类 */
    /* 或者我们可以通过CSS选择器直接选择第2-4个项 */
    .aboutBox .clumBox .list:nth-child(2),
    .aboutBox .clumBox .list:nth-child(3),
    .aboutBox .clumBox .list:nth-child(4) {
        display: flex;
        flex-direction: column;
        gap: 10px;
        /*background: #f8f8f8;*/
        /*border-radius: 12px;*/
        padding: 15px;
        /*box-shadow: 0 2px 8px rgba(0,0,0,0.1);*/
        width: calc(33.33% - 10px);
        float: left;
        box-sizing: border-box;
    }

    /* 清除浮动 */
    .aboutBox .clumBox::after {
        content: '';
        display: table;
        clear: both;
    }

    /* 其他项的图片 */
    .aboutBox .clumBox .list:nth-child(2) .img,
    .aboutBox .clumBox .list:nth-child(3) .img,
    .aboutBox .clumBox .list:nth-child(4) .img {
        width: 100%;
        height: 140px;
        border-radius: 8px;
        overflow: hidden;
    }

    .aboutBox .clumBox .list:nth-child(2) .img img.fit,
    .aboutBox .clumBox .list:nth-child(3) .img img.fit,
    .aboutBox .clumBox .list:nth-child(4) .img img.fit {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* 其他项标题 */
    .aboutBox .clumBox .list:nth-child(2) h4,
    .aboutBox .clumBox .list:nth-child(3) h4,
    .aboutBox .clumBox .list:nth-child(4) h4 {
        font-size: 16px;
        font-weight: 600;
        color: #333;
        margin: 0;
        text-align: center;
        line-height: 1.3;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .aboutBox .clumBox .list:nth-child(2) h5,
    .aboutBox .clumBox .list:nth-child(3) h5,
    .aboutBox .clumBox .list:nth-child(4) h5 {
        font-size: 14px;
        color: #666;
        margin: 0;
        text-align: center;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-weight: normal;
    }

    /* 优化预订标题字体大小 */
    .bookBox .title .tit h2 {
        font-size: 24px !important; /* 从36px减小到24px */
        line-height: 1.3;
        margin-bottom: 8px;
    }

    .bookBox .title .tit p {
        font-size: 14px !important; /* 从16px减小到14px */
        line-height: 1.4;
    }

    /* 如果需要，还可以调整整个标题区域的间距 */
    .bookBox .title {
        gap: 15px; /* 调整标题和二维码之间的间距 */
        padding-bottom: 15px;
    }

    /* 调整二维码大小，使其与标题更协调 */
    .bookBox .title .qr img {
        width: 80px;
        height: 80px;
    }
}

/* 针对更小的屏幕进一步优化 */
@media (max-width: 768px) {
    .playBox {
        gap: 6px; /* 进一步减小间距 */
    }

    .playItem {
        flex: 0 0 calc(25% - 4.5px);
        min-width: calc(25% - 4.5px);
        max-width: calc(25% - 4.5px);
        border-radius: 12px; /* 进一步减小圆角 */
    }

    .playTxt {
        font-size: 20px; /* 进一步减小字体大小 */
        padding: 0 6px; /* 调整内边距 */
    }

    /* 进一步优化小屏幕下的显示 */
    .Outbound .OutItem .swiper-slide {
        width: calc(50% - 7.5px) !important;
    }

    .travelBox .travelItem {
        width: calc(50% - 7.5px) !important;
    }

    /* 调整旅游卡片内的文字大小 */
    .travelItem .txt h4 {
        font-size: 16px;
    }

    .travelItem .txt p {
        font-size: 14px;
    }

    /* 调整主题定制区域的间隙 */
    .diy .divBox {
        gap: 12px;
    }

    .Outbound .OutList .swiper-slide {
        width: calc(50% - 7.5px) !important;
    }

    /* 调整旅游卡片内的文字大小 */
    .Outbound .travelItem .txt h4 {
        font-size: 16px;
    }

    .Outbound .travelItem .txt p {
        font-size: 14px;
    }

    .verBox {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .verBox .item {
        padding: 10px;
        border-radius: 12px;
    }

    .verBox .pic {
        margin-bottom: 8px;
        border-radius: 8px;
    }

    .verBox .img {
        aspect-ratio: 4 / 5; /* 移动端调整为4:5比例，更紧凑 */
    }

    .verBox .title h2 {
        font-size: 15px;
        line-height: 1.3;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .verBox .title i {
        display: none; /* 移动端隐藏箭头图标 */
    }

    .verBox .desc p {
        font-size: 12px;
        line-height: 1.5;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .verBox .tips {
        top: 8px;
        padding: 4px 16px 4px 10px;
        font-size: 12px;
    }

    .productBox {
        gap: 12px;
    }

    .productBox .item {
        padding: 12px;
        gap: 10px;
        min-height: 0px;
    }

    .productBox .item .tit .topBlock h2 {
        font-size: 15px;
    }

    .productBox .item .tit .topBlock p:nth-child(2) {
        font-size: 12px;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .productBox .item .tit .topBlock p:nth-child(3) {
        font-size: 13px;
    }

    .productBox .item .book .price {
        font-size: 13px;
    }

    .productBox .item .book .price span {
        font-size: 22px;
    }

    .productBox .item .book .btn {
        padding: 9px 16px;
        font-size: 13px;
        min-width: 90px;
    }

    /*start*/
    .productList .ebiz {
        padding: 0 12px;
    }

    .productBox {
        gap: 10px;
    }

    .productBox .item {
        padding: 10px;
        min-height: 300px;
    }

    .productBox .item .tit .topBlock h2 {
        font-size: 13px;
    }

    .productBox .item .tit .topBlock p {
        font-size: 11px;
    }

    .productBox .item .book .price {
        font-size: 12px;
    }

    .productBox .item .book .price span {
        font-size: 18px;
    }

    .productBox .item .book .btn {
        padding: 7px 10px;
        font-size: 12px;
        min-width: 75px;
    }

    /*end*/

    .productBox .item .tit .footBlock p {
        font-size: 11px;
    }

    .productBox .item .book .footBlock p {
        font-size: 11px;
    }

    .bookBox .bookForm .form-actions {
        gap: 8px;
    }

    .bookBox .bookForm .captcha-group {
        gap: 6px;
    }

    .bookBox .bookForm .input-captcha {
        width: 70px;
        padding: 6px;
    }

    .bookBox .bookForm .captcha-refresh {
        font-size: 12px;
        padding: 5px 6px;
    }

    .bookBox .bookForm .btn-submit {
        padding: 8px 16px;
        font-size: 14px;
    }

    .topBox .info h1 {
        font-size: 18px !important; /* 更小屏幕进一步减小到18px */
        line-height: 1.25;
        margin-bottom: 6px;
    }

    .topBox .info h3 {
        font-size: 12px !important;
    }

    .topBox .info .desc {
        font-size: 13px !important;
        padding: 8px 0 !important;
    }

    .productBox .item {
        min-height: 260px;
    }

    /* 调整标题大小，确保在隐藏description后仍然清晰 */
    .productBox .item .tit .topBlock h2 {
        font-size: 14px;
        line-height: 1.4;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    /* 行程信息更突出显示 */
    .productBox .item .tit .topBlock p:nth-child(3) {
        font-size: 12px;
        font-weight: 600;
        color: #1f54f0;
    }

    /* 更小屏幕进一步优化 */
    .topBox .info .desc {
        font-size: 13px !important;
        line-height: 1.4;
    }

    .topBox .info .travel .dest .destBox {
        font-size: 13px !important;
    }

    .topBox .info .travel .price .priceBox {
        font-size: 11px !important;
    }

    .topBox .info .travel .price .priceBox span {
        font-size: 28px !important;
    }

    .topBox .info .travel .price .Itinerary {
        font-size: 13px !important;
    }

    .topBox .info .journey .box h3 {
        font-size: 13px !important;
    }

    .topBox .info .journey .Options span {
        font-size: 18px !important;
        padding: 3px 10px;
    }

    /* 中等屏幕优化 */
    .topBox .info .journey .Options {
        gap: 6px;
    }

    .topBox .info .journey .Options span {
        padding: 7px 4px;
        font-size: 18px !important;
    }

    .topBox .info .journey .box:nth-child(1) .Options {
        gap: 6px;
    }

    .topBox .info .journey .box h3 {
        font-size: 13px !important;
    }

    /* 第一行图片高度调整 */
    .aboutBox .clumBox .list:first-child .imgTop .img {
        height: 140px;
    }

    /* 第二行项调整 */
    .aboutBox .clumBox .list:nth-child(2),
    .aboutBox .clumBox .list:nth-child(3),
    .aboutBox .clumBox .list:nth-child(4) {
        width: calc(33.33% - 10px);
        padding: 12px;
        gap: 8px;
    }

    /* 第二行图片高度调整 */
    .aboutBox .clumBox .list:nth-child(2) .img,
    .aboutBox .clumBox .list:nth-child(3) .img,
    .aboutBox .clumBox .list:nth-child(4) .img {
        height: 120px;
    }

    /* 字体大小调整 */
    .aboutBox .clumBox .list:first-child h4 {
        font-size: 16px;
    }

    .aboutBox .clumBox .list:first-child h5 {
        font-size: 13px;
    }

    .aboutBox .clumBox .list:nth-child(2) h4,
    .aboutBox .clumBox .list:nth-child(3) h4,
    .aboutBox .clumBox .list:nth-child(4) h4 {
        font-size: 15px;
    }

    .aboutBox .clumBox .list:nth-child(2) h5,
    .aboutBox .clumBox .list:nth-child(3) h5,
    .aboutBox .clumBox .list:nth-child(4) h5 {
        font-size: 13px;
    }
}

/* 针对非常小的屏幕优化 */
@media (max-width: 480px) {
    .playBox {
        gap: 4px; /* 最小间距 */
    }

    .playItem {
        flex: 0 0 calc(25% - 3px);
        min-width: calc(25% - 3px);
        max-width: calc(25% - 3px);
        border-radius: 10px; /* 更小的圆角 */
    }

    .playTxt {
        font-size: 18px; /* 最小字体大小 */
        letter-spacing: 0;
        padding: 0 4px; /* 最小内边距 */
    }
    /* 在非常小的屏幕上进一步调整 */
    .Outbound .OutItem .swiper-slide {
        width: calc(50% - 5px) !important;
    }

    .travelBox {
        gap: 10px;
    }

    .travelBox .travelItem {
        width: calc(50% - 5px) !important;
    }

    .diy .divBox {
        gap: 10px;
    }

    /* 调整主题定制区域的文字大小 */
    .diy .divBox .item .txt h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .diy .divBox .item .txt p {
        font-size: 10px;
    }
    .Outbound .OutList .swiper-slide {
        width: calc(50% - 5px) !important;
    }

    .Outbound .OutList.active {
        gap: 10px;
    }

    .Outbound .OutItem.mobile-layout .swiper-slide.mobile-slide {
        width: calc(50% - 5px) !important;
    }

    .Outbound .OutItem.mobile-layout .swiper-wrapper.mobile-wrapper {
        gap: 10px !important;
    }

    .verBox {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .verBox .item {
        padding: 8px;
        border-radius: 10px;
    }

    .verBox .img {
        aspect-ratio: 1 / 1; /* 小屏幕使用正方形图片 */
    }

    .verBox .title h2 {
        font-size: 14px;
        line-height: 1.2;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .verBox .desc p {
        font-size: 11px;
        line-height: 1.4;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .verBox .tips {
        top: 6px;
        padding: 3px 12px 3px 8px;
        font-size: 11px;
    }

    .productBox {
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }

    .productBox .item {
        padding: 10px;
        gap: 8px;
        min-height: 0px; /* 进一步调整最小高度 */
    }

    .productBox .item .pic {
        aspect-ratio: 4/3; /* 调整图片比例 */
    }

    .productBox .item .tit .topBlock h2 {
        font-size: 14px;
        line-height: 1.3;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .productBox .item .tit .topBlock p:nth-child(2) {
        font-size: 11px;
        line-height: 1.4;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .productBox .item .tit .topBlock p:nth-child(3) {
        font-size: 12px;
    }

    .productBox .item .tit .footBlock {
        /*margin-top: 8px;*/
        padding-top: 0px;
        flex-direction: row; /* 超小屏幕改为垂直布局 */
        gap: 4px;
    }

    .productBox .item .tit .footBlock p {
        font-size: 10px;
        white-space: normal; /* 允许换行 */
    }

    .productBox .item .book {
        padding-top: 0px;
        gap: 0px;
    }

    .productBox .item .book .topBlock {
        gap: 8px;
        padding-top: 8px;
    }

    .productBox .item .book .price {
        font-size: 12px;
    }

    .productBox .item .book .price span {
        font-size: 20px;
    }

    .productBox .item .book .btn {
        padding: 8px 14px;
        font-size: 12px;
        min-width: 80px;
    }

    .productBox .item .book .footBlock p {
        font-size: 10px;
        line-height: 1.3;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
    .aboutBox .tabTit {
        gap: 6px;
    }

    .aboutBox .tabTit .tit {
        flex: 0 0 calc(25% - 4.5px);
        min-width: calc(25% - 4.5px);
        max-width: calc(25% - 4.5px);
        padding: 5px 6px;
    }

    .aboutBox .tabTit .tit h3 {
        font-size: 11px;
    }

    .aboutBox .tabTit .tit p {
        font-size: 8px;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
    .colTop .title h2 {
        font-size: 24px !important; /* 超小屏幕继续减小 */
        white-space: nowrap;
    }
    .bookBox .bookForm .form-actions {
        gap: 6px;
    }

    .bookBox .bookForm .captcha-q {
        font-size: 13px;
    }

    .bookBox .bookForm .input-captcha {
        width: 60px;
        padding: 5px;
        font-size: 13px;
    }

    .bookBox .bookForm .captcha-refresh {
        font-size: 11px;
        padding: 4px 5px;
    }

    .bookBox .bookForm .error-tip {
        font-size: 11px;
    }

    .bookBox .bookForm .btn-submit {
        padding: 7px 14px;
        font-size: 13px;
    }

    /* 如果空间实在太小，可以隐藏错误提示 */
    .bookBox .bookForm .form-actions .error-tip {
        display: none; /* 或者改为 display: inline-block; 并在需要时显示 */
    }
    .contact-info p {
        font-size: 10px;
    }

    .qr-code {
        width: 60px;
        height: 60px;
    }

    .topServer {
        top: 120px;
        right: 6px;
    }

    .topServer a {
        width: 70px;
        padding: 5px;
        height: 70px;
    }

    .topServer a img {
        width: 28px;
        height: 28px;
    }

    .topServer a p {
        font-size: 10px;
    }

    .recom .reItem {
        width: calc(35vw - 10px);
        min-width: calc(35vw - 10px);
        max-width: calc(35vw - 10px);
    }

    /* 确保第三个卡片显示一部分 */
    .recom .reList.active {
        padding-right: 35px; /* 为显示部分第三个卡片留出空间 */
    }

    .recom .reTxt {
        font-size: 12px;
        padding: 10px 6px 6px;
        max-height: 50px;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    /* 增强滚动提示 */
    .recom .reBox::after {
        width: 40px;
        /*height: 100%;*/
        top: 50px;
        background: linear-gradient(to left, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%);
    }

    .recom .titBox {
        gap: 6px;
        padding: 8px 10px;
    }

    .recom .tit {
        font-size: 14px;
        padding: 5px 14px;
    }

    .iTit {
        font-size: 16px !important; /* 在非常小的屏幕上进一步减小 */
        padding: 15px 0 10px !important;
    }

    /* 进一步缩小所有间距 */
    .travelPlay {
        padding-bottom: 20px !important;
    }

    .travelBanner {
        padding: 20px 0 0 0 !important;
    }

    .travelBanner .banner {
        height: 124px; /* 进一步减小高度 */
    }

    .travelBanner .banner .swiper-slide {
        /*height: 250px;*/
    }

    .travelBanner .banner .txt {
        font-size: 32px;
        /*bottom: 15px;
        padding: 0 10px;*/
    }

    /* 减小导航按钮大小 */
    .travelBanner .banner .swiper-button-next,
    .travelBanner .banner .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

    .travelBanner .banner .swiper-button-next::after,
    .travelBanner .banner .swiper-button-prev::after {
        font-size: 14px;
    }

    .travelBanner .banner .swiper-button-next {
        right: 5px;
    }

    .travelBanner .banner .swiper-button-prev {
        left: 5px;
    }

    /* 调整国内游查看更多按钮 */
    .domestic .more-link {
        font-size: 12px;
        padding: 5px 10px;
    }

    /* 调整主题定制区域 */
    .diy .divBox .item .txt h4 {
        font-size: 16px !important;
        margin-bottom: 8px !important;
    }

    .diy .divBox .item .txt p {
        font-size: 10px !important;
        line-height: 1.4 !important;
        display: none;
    }

    /* 调整出境游标题 */
    .Outbound .tit {
        padding: 8px 12px !important;
        min-width: 40px !important;
    }

    .Outbound .tit h3 {
        font-size: 13px !important;
    }

    .Outbound .tit p {
        font-size: 9px !important;
    }

    .topBox .info h1 {
        font-size: 16px !important; /* 非常小的屏幕使用16px */
        line-height: 1.2;
        margin-bottom: 4px;
    }

    .topBox .info h3 {
        font-size: 12px !important;
    }

    .topBox .info .desc {
        font-size: 12px !important;
        line-height: 1.4;
        padding: 6px 0 !important;
    }

    /*start*/
    .productList .ebiz {
        padding: 0 10px;
    }

    .productBox {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .productBox .item {
        padding: 8px;
        min-height: 280px;
        gap: 2px;
    }

    .productBox .item .pic {
        aspect-ratio: 16/11; /* 稍微调整图片比例 */
    }

    .productBox .item .tit .topBlock h2 {
        font-size: 12px;
        line-height: 1.3;
    }

    .productBox .item .tit .topBlock p {
        font-size: 10px;
        line-height: 1.3;
    }

    .productBox .item .tit .topBlock p:nth-child(3) {
        font-size: 11px;
    }

    .productBox .item .tit .footBlock p {
        font-size: 10px;
    }

    .productBox .item .book .price {
        font-size: 11px;
    }

    .productBox .item .book .price span {
        font-size: 16px;
    }

    .productBox .item .book .btn {
        padding: 6px 8px;
        font-size: 11px;
        min-width: 50px;
    }
    /*end*/

    /* 超小屏幕进一步优化 */
    .productBox .item {
        min-height: 240px;
        padding: 8px;
        gap: 6px;
    }

    .productBox .item .tit .topBlock {
        gap: 2px;
    }

    .productBox .item .tit .topBlock h2 {
        font-size: 13px;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .productBox .item .tit .topBlock p:nth-child(3) {
        font-size: 11px;
        margin-top: 2px;
    }

    /* 超小屏幕优化 */
    .topBox .info .desc {
        font-size: 12px !important;
        line-height: 1.4;
    }

    .topBox .info .travel .dest .destBox {
        font-size: 12px !important;
    }

    .topBox .info .travel .price .priceBox {
        font-size: 10px !important;
    }

    .topBox .info .travel .price .priceBox span {
        font-size: 24px !important;
    }

    .topBox .info .travel .price .Itinerary {
        font-size: 12px !important;
    }

    .topBox .info .journey .box h3 {
        font-size: 12px !important;
    }

    .topBox .info .journey .Options span {
        font-size: 11px !important;
        padding: 3px 8px;
        margin-right: 6px;
        margin-bottom: 6px;
    }

    .topBox .info .journey .Options {
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
    }

    .topBox .info .journey .Options span {
        padding: 6px 3px;
        font-size: 18px !important;
    }

    .topBox .info .journey .box:nth-child(1) .Options {
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
    }

    .topBox .info .journey .box h3 {
        font-size: 12px !important;
    }

    .aboutBox .tabCon .conItem .tabImgs .swiper-slide {
        aspect-ratio: 4 / 1.5 !important; /* 超小屏幕继续缩短高度 */
    }

    .aboutBox .tabCon .conItem .des {
        font-size: 11px !important;
        line-height: 1.3 !important;
    }

    /* 美食部分图片调整为更紧凑的布局 */
    .aboutBox .clumBox .list .imgTop {
        gap: 5px; /* 减小间距 */
    }

    .aboutBox .clumBox .list .imgTop .img {
        aspect-ratio: 1 / 1;
        padding: 2px;
    }
    /* 第一行图片高度调整 */
    .aboutBox .clumBox .list:first-child .imgTop .img {
        height: 120px;
    }

    /* 第二行项调整 */
    .aboutBox .clumBox .list:nth-child(2),
    .aboutBox .clumBox .list:nth-child(3),
    .aboutBox .clumBox .list:nth-child(4) {
        width: calc(33.33% - 0px);
        padding: 2px;
        gap: 6px;
    }

    /* 第二行图片高度调整 */
    .aboutBox .clumBox .list:nth-child(2) .img,
    .aboutBox .clumBox .list:nth-child(3) .img,
    .aboutBox .clumBox .list:nth-child(4) .img {
        height: 100px;
    }

    /* 字体大小调整 */
    .aboutBox .clumBox .list:first-child h4 {
        font-size: 15px;
    }

    .aboutBox .clumBox .list:first-child h5 {
        font-size: 12px;
    }

    .aboutBox .clumBox .list:nth-child(2) h4,
    .aboutBox .clumBox .list:nth-child(3) h4,
    .aboutBox .clumBox .list:nth-child(4) h4 {
        font-size: 14px;
    }

    .aboutBox .clumBox .list:nth-child(2) h5,
    .aboutBox .clumBox .list:nth-child(3) h5,
    .aboutBox .clumBox .list:nth-child(4) h5 {
        font-size: 12px;
    }
}

/* 针对超小屏幕额外优化 */
@media (max-width: 360px) {
    .playTxt {
        font-size: 16px; /* 更小的字体 */
    }

    .verBox {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }

    .verBox .item {
        padding: 6px;
    }

    .verBox .title h2 {
        font-size: 13px;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .verBox .desc p {
        display: none; /* 超小屏幕隐藏描述文字 */
    }

    .productBox {
        gap: 8px;
        grid-template-columns: 1fr; /* 超小屏幕改为单列 */
    }

    .productBox .item {
        padding: 12px;
        min-height: auto; /* 移除固定高度 */
    }

    .productBox .item .tit .topBlock h2 {
        font-size: 15px;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .productBox .item .tit .topBlock p:nth-child(2) {
        display: -webkit-box; /* 显示描述 */
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .productBox .item .tit .topBlock p:nth-child(3) {
        font-size: 14px;
    }

    .productBox .item .book .price {
        font-size: 14px;
    }

    .productBox .item .book .price span {
        font-size: 22px;
    }

    .productBox .item .book .btn {
        padding: 10px 16px;
        font-size: 13px;
        min-width: 100px;
    }

    .productBox .item .book .footBlock p {
        display: none; /* 超小屏幕隐藏产品包含 */
    }

    .recom .reItem {
        width: calc(48vw - 10px);
        min-width: calc(48vw - 10px);
        max-width: calc(48vw - 10px);
    }

    /* 确保在小屏幕上也能看到两个半卡片 */
    .recom .reList.active {
        padding-right: 40px;
    }

    .recom .reTxt {
        font-size: 11px;
        padding: 8px 5px 5px;
        max-height: 45px;
        line-height: 1.2;
    }

    .header .ebiz .title h1 {
        font-size: 24px;
        text-align: center;
        line-height: 1.3;
    }

    .header .ebiz .title .sub-title {
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }

    .header .ebiz .title .sub-title p {
        font-size: 14px;
        text-align: center;
    }

    .iTit {
        font-size: 15px !important;
        padding: 12px 0 8px !important;
    }

    .travelBanner .banner {
        height: 220px;
    }

    .travelBanner .banner .swiper-slide {
        /*height: 220px;*/
    }

    .travelBanner .banner .txt {
        font-size: 32px;
        /*bottom: 10px;*/
    }

    /* 确保1:3宽高比在小屏幕上也能正确显示 */
    .travelBanner .banner .swiper-slide {
        aspect-ratio: 1 / 3 !important;
    }

    .contact-blocks {
        flex-direction: row;
        column-gap: 30px;
    }

    /*start*/
    .productList .ebiz {
        padding: 0 8px;
    }

    .productBox {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }

    .productBox .item {
        padding: 8px;
        min-height: 260px;
        gap: 6px;
    }

    .productBox .item .tit .topBlock h2 {
        font-size: 11px;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .productBox .item .tit .topBlock p {
        font-size: 9px;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .productBox .item .book .price {
        font-size: 10px;
    }

    .productBox .item .book .price span {
        font-size: 14px;
    }

    .productBox .item .book .btn {
        padding: 5px 6px;
        font-size: 10px;
        min-width: 65px;
    }
    /*end*/

    /* 极小屏幕优化 */
    .productBox .item {
        min-height: 220px;
        padding: 6px;
        gap: 4px;
    }

    .productBox .item .tit .topBlock h2 {
        font-size: 12px;
        line-height: 1.3;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .productBox .item .tit .topBlock p:nth-child(3) {
        font-size: 10px;
    }
}
/* 防止内容溢出的通用样式 */
.productBox .item .tit .topBlock h2,
.productBox .item .tit .topBlock p,
.productBox .item .tit .footBlock p,
.productBox .item .book .footBlock p {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

/* 确保网格项在容器内 */
.productBox {
    width: 100%;
    max-width: 100%;
}

.productBox .item {
    max-width: 100%;
    overflow: hidden;
}