.travelGuideMain {
    position: relative;
    width: 100%;
    min-height: 100%;
    /* background-image: url('../img/blankBg.png');
    background-size: 100% 100%;
    background-repeat: repeat-y;
    background-position: center center; */
}

.main {
    position: relative;
    z-index: 1;
    padding-top: 100px; /* 为固定header留出空间 */
}

.topBgWrap {
    width: 100%;
}

.topBgWrap .topBgImg {
    width: 100%;
    object-fit: cover;
}

.topBgWrap .topLine {
    width: 100%;
    height: 24px;
    background-image: url('../img/topLine.png');
    background-size: 100% 24px;
    background-repeat: repeat-x;
    background-position: center center;
    margin-top: -6px;
    object-fit: cover;
}

/* tabs */
.tabsWrap {
    width: 1400px;
    margin-bottom: 90px;
    margin: 0 auto;
}

.tabsWrap .tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1160px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.tabsWrap .tabs .tab {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.tabsWrap .tabs .tab .tabImg {
    width: 130px;
    height: 130px;
    object-fit: cover;
    margin-bottom: 4px;
}

.tabsWrap .tabs .tab span {
    font-family: "XinYiJiXiangSong";
    font-weight: 400;
    font-size: 36px;
    color: #000000;
    letter-spacing: 3px;
}

.tabsWrap .tabs .tab.active span {
    color: #9E5B20;
}

.tabContent {
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 94px;
}

.tabContent .tabContentItem {
    display: none;
}

.tabContent .tabContentItem.active {
    display: block;
}

/* 交通指南 */
.tab1Wrap {
    padding: 34px;
    background: #fff;
}

.tab1Wrap .bigTitle {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.tab1Wrap .bigTitle .carIcon {
    width: 70px;
    height: 32px;
    object-fit: cover;
}

.tab1Wrap .bigTitle .trainIcon {
    width: 78px;
    height: 32px;
    object-fit: cover;
}

.tab1Wrap .bigTitle .busIcon {
    width: 54px;
    height: 32px;
    object-fit: cover;
}

.tab1Wrap .bigTitle .commercialIcon {
    width: 78px;
    height: 70px;
    object-fit: cover;
}


.tab1Wrap .bigTitle span {
    font-family: "AlibabaPuHuiTi-3-65-Medium";
    font-size: 32px;
    color: #000000;
    line-height: 45px;
}


.tab1Wrap .carLineInfoWrap {}

.tab1Wrap .carLineInfoWrap .carLineItem {}

.tab1Wrap .carLineInfoWrap .carLineItem .itemTitle {
    font-family: "AlibabaPuHuiTi-3-65-Medium";
    color: #9E5B20;
    font-size: 28px;
}

.tab1Wrap .carLineInfoWrap .carLineItem .itemContent {
    font-family: "AlibabaPuHuiTi-3-55-Regular";
    font-size: 26px;
    color: #333333;
}

.tab1Wrap .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #9E5B20;
    border-radius: 50%;
}

.tab1Wrap .tag span {
    font-family: "AlibabaPuHuiTi-3-65-Medium";
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
}

.tab1Wrap .station {
    font-family: "AlibabaPuHuiTi-3-55-Regular";
    font-size: 28px;
    color: #333333;
    line-height: 40px;
}

.tab1Wrap .lineWrap {
    position: relative;
}

.tab1Wrap .lineWrap .line {
    width: 600px;
    height: 0;
    border-bottom: 1px dashed #9E5B20;
    position: relative;
}

.tab1Wrap .t1 .lineWrap .line {
    width: 628px !important;
}

.tab1Wrap .lineWrap .lineTipsWrap {
    position: absolute;
    right: 0;
    bottom: 2px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "AlibabaPuHuiTi-3-55-Regular";
    font-size: 20px;
    color: #9E5B20;
    line-height: 28px;
}


.tab1Wrap .lineWrap .line::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #9E5B20;
    transform: translateY(-50%);
}

.tab1Wrap .trainLineInfoWrap {}

.tab1Wrap .trainLineInfoWrap .trainLineItem {
    display: flex;
    align-items: center;
    gap: 20px;
}

.tab1Wrap .trainLineInfoWrap .trainLineItem .leftItem,
.tab1Wrap .trainLineInfoWrap .trainLineItem .rightItem {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* 住宿推荐 */
.tab2Wrap {}

.tab2Wrap .tb2Item {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.tab2Wrap .tb2Item .itemLeft {
    position: relative;
    width: 1040px;
    padding: 48px;

}

.tab2Wrap .tb2Item .itemLeft .top {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, #9E5B20 0%, #9E5B20 50%, rgba(158, 91, 32, 0.8) 60%, rgba(158, 91, 32, 0.4) 70%, transparent 100%);
}

.tab2Wrap .tb2Item .itemLeft .bot {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, #9E5B20 0%, #9E5B20 50%, rgba(158, 91, 32, 0.8) 60%, rgba(158, 91, 32, 0.4) 70%, transparent 100%);
}

.tab2Wrap .tb2Item .itemLeft::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #FFFFFF 0%, #FFFFFF 50%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.4) 70%, transparent 100%);
    border-right: 0 !important;
    border-left: 1px solid #9E5B20;
    z-index: -1;
}

.tab2Wrap .tb2Item .itemLeft .title {
    font-family: "AlibabaPuHuiTi-3-65-Medium";
    font-size: 36px;
    color: #000000;
    line-height: 36px;
    margin-bottom: 40px;
}

.tab2Wrap .tb2Item .itemLeft .businessInfo {
    width: 580px;
    margin-bottom: 50px;
}

.tab2Wrap .tb2Item .itemLeft .businessInfo .infoIcon {
    width: 28px;
    height: 28px;
    object-fit: cover;
}

.tab2Wrap .tb2Item .itemLeft .businessInfo .infoItemWrap {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.tab2Wrap .tb2Item .itemLeft .businessInfo .infoItemWrap .infoItem {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tab2Wrap .tb2Item .itemLeft .businessInfo .infoItemWrap .infoItem span {
    font-family: "AlibabaPuHuiTi-3-55-Regular";
    font-size: 20px;
    color: #333333;
    line-height: 32px;
}

.tab2Wrap .tb2Item .itemLeft .content .introduce {
    width: 700px;
    font-family: "AlibabaPuHuiTi_3_55_Regular";
    font-size: 18px;
    color: #333333;
    line-height: 32px;
}

.tab2Wrap .tb2Item .rightImgWrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.tab2Wrap .tb2Item .rightImgWrap .img {
    width: 640px;
    height: 400px;
    object-fit: cover;
}

/* 美食推荐 */
.tab3Wrap {}

.tab3Wrap .tab3Item {
    display: flex;
    background: #F4E8DB;
    margin-bottom: 20px;
}

.tab3Wrap .tab3Item .itemLeft {
    padding: 16px;
    padding-right: 0;
}

.tab3Wrap .tab3Item .itemLeft .img {
    width: 500px;
    height: 318px;
    object-fit: cover;
}

.tab3Wrap .tab3Item .itemRight {
    flex: 1;
    padding: 28px 30px;
}

.tab3Wrap .tab3Item .itemRight .title {
    font-family: "AlibabaPuHuiTi-3-65-Medium";
    font-size: 32px;
    color: #000000;
    line-height: 45px;
    margin-bottom: 28px;
}

.tab3Wrap .tab3Item .itemRight .infoItemWrap {
    display: flex;
    gap: 80px;
    margin-bottom: 40px;
}

.tab3Wrap .tab3Item .itemRight .infoItemWrap .infoItem {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tab3Wrap .tab3Item .itemRight .infoItemWrap .infoItem .infoIcon {
    width: 24px;
    height: 24px;
    object-fit: cover;
}

.tab3Wrap .tab3Item .itemRight .infoItemWrap .infoItem span {
    font-family: "AlibabaPuHuiTi-3-55-Regular";
    font-size: 20px;
    color: #333333;
    line-height: 32px;
}

.tab3Wrap .tab3Item .itemRight .introduce {
    width: 700px;
    font-family: "AlibabaPuHuiTi_3_55_Regular";
    font-size: 18px;
    color: #333333;
    line-height: 32px;
}

/* 景点推荐 */
.tab4Wrap,
.tab5Wrap {}

.tab4Wrap .itemsWrap,
.tab5Wrap .itemsWrap {
    display: flex;
    gap: 34px;
    flex-wrap: wrap;
    justify-content: flex-start;
}


.tab4Wrap .tab4Item,
.tab5Wrap .tab5Item {
    position: relative;
    background: #F4E8DB;
    padding: 20px;
    width: 440px;
    /* height: 410px; */
    border: 1px solid #9E5B20;
}

.tab4Wrap .tab4Item .coverImg,
.tab5Wrap .tab5Item .coverImg {
    width: 400px;
    height: 265px;
    object-fit: cover;
    margin-bottom: 18px;
}

.tab4Wrap .tab4Item .title,
.tab5Wrap .tab5Item .title {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 30px;
    width: 60px;
    min-height: 130px;
    background: linear-gradient(180deg, #9E5B20 0%, rgba(158, 91, 32, 0) 100%);
    font-family: "XinYiJiXiangSong";
    font-weight: 400;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 34px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding-top: 8px;
}

.tab4Wrap .tab4Item .desc,
.tab5Wrap .tab5Item .desc {
    font-family: "AlibabaPuHuiTi-3-55-Regular";
    font-size: 18px;
    color: #666666;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 本地特色 */
.tab6Wrap {}

.tab6Wrap .itemsWrap {
    display: flex;
    gap: 49px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.tab6Wrap .tab6Item {
    width: 434px;
}

.tab6Wrap .tab6Item .img {
    width: 434px;
    height: 434px;
    object-fit: cover;
}

.tab6Wrap .tab6Item .title {
    font-family: "AlibabaPuHuiTi-3-65-Medium";
    font-size: 32px;
    color: #000000;
    line-height: 50px;
    margin-bottom: 16px;
    text-align: center;
    margin-top: -30px;
}

.tab6Wrap .tab6Item .desc {
    font-family: "AlibabaPuHuiTi-3-55-Regular";
    font-size: 18px;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}



/* 分页 */
.pageWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 52px;
}

/* 分页样式 */
.pageWrap {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 20px;
}


/* 导航按钮 */
.pageNav {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #9E5B20;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s ease;
    border-radius: 8px;
    border: none;
    background: transparent;
    outline: none;
}

.pageNav:hover:not(:disabled) {
    background: rgba(158, 91, 32, 0.1);
    transform: scale(1.05);
}

.pageNav:active:not(:disabled) {
    transform: scale(0.95);
}

.pageNav:disabled {
    cursor: not-allowed;
    color: #CCCCCC;
    opacity: 0.5;
}

/* 页码 */
.pageNumbers {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pageNum {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #666666;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 8px;
    font-family: 'AlibabaPuHuiTi-3-55-Regular';
    border: none;
    background: transparent;
    outline: none;
}

.pageNum:hover:not(:disabled) {
    background: rgba(158, 91, 32, 0.1);
    color: #9E5B20;
}

.pageNum.active {
    background: #9E5B20;
    color: #FFFFFF;
    font-weight: bold;
}

.pageNum:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.pageEllipsis {
    color: #999999;
    font-size: 16px;
    padding: 0 8px;
}

/* 跳转页面 */
.pageJump {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666666;
    font-size: 14px;
    font-family: 'AlibabaPuHuiTi-3-55-Regular';
}

.jumpSelect {
    width: 60px;
    height: 32px;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    background: #FFFFFF;
    outline: none;
    transition: border-color 0.3s ease;
    cursor: pointer;
    font-family: 'AlibabaPuHuiTi-3-55-Regular';
}

.jumpSelect:focus {
    border-color: #9E5B20;
}

.jumpSelect:hover {
    border-color: #9E5B20;
}

/* 自定义下拉箭头样式 */
.jumpSelect {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239E5B20' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 16px;
    padding-right: 30px;
}

@media screen and (max-width: 1400px) {
    .tabsWrap {
        width: 1280px;
    }

    .tabsWrap .tabs {
        width: 900px;
        margin-bottom: 60px;
    }
    .tabsWrap .tabs{
        width: 900px;
    }
    .tabsWrap .tabs .tab .tabImg {
        width: 90px;
        height: 90px;

    }

    .tabsWrap .tabs .tab span {
        font-size: 24px;
    }

    .tab2Wrap .tb2Item .itemLeft .content .introduce{
        width: 670px;
    }
    .tab2Wrap .tb2Item .rightImgWrap .img{
        width: 540px;
        height: 354px;
    }

    .tab3Wrap .tab3Item .itemRight .infoItemWrap .infoItem span{
        font-size: 16px;
    }
    .tab4Wrap .tab4Item, .tab5Wrap .tab5Item{
        width: 404px;
    }
    .tab4Wrap .tab4Item .coverImg, .tab5Wrap .tab5Item .coverImg{
        width: 367px;
        height: 243px;
    }

    .tab6Wrap .tab6Item{
        width: 394px;
    }
    .tab6Wrap .tab6Item .img{
        width: 394px;
        height: 394px;
    }
}
/* 隐藏全局滚动条 - Webkit浏览器 */
::-webkit-scrollbar {
    display: none;
}

/* 隐藏全局滚动条 - Firefox和IE */
html {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
