.exploreMain {
    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; */
}

.exploreMain .paintingBg {
    position: absolute;
    bottom: 250px;
    right: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
}

.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: 80px;
}

.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;
}


.tabContentItem .textContent p {
    font-family: 'AlibabaPuHuiTi-3-55-Regular';
    color: #333333;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
    text-indent: 2em;
}

.tabContentItem .textContent p span {
    color: #9E5B20;
    font-size: 28px;
}

.tab1Wrap {}

.tab1Wrap .tab1Content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

/* 景区概况 */
.tab1Wrap .textContent {
    flex: 1;
}

.tab1Wrap .overviewImg {
    /* flex: 1; */
    width: 680px;
    height: 404px;
    object-fit: cover;
}

.tab1Wrap .titleImg {
    width: 100%;
    object-fit: cover;
}

.tab1Wrap .tab1InfoWrap {}

.tab1Wrap .tab1InfoWrap .tab1InfoTop {
    display: flex;
    justify-content: space-between;
    background: #9E5B20;
}

.tab1Wrap .tab1InfoWrap .tab1InfoTop .info1Img {
    width: 1032px;
    object-fit: cover;
}

.tab1Wrap .info2Img {
    width: 100%;
    object-fit: cover;
}

.tab1Wrap .tab1InfoWrap .tab1InfoTop .info1Item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 60px;
}

.tab1Wrap .tab1InfoWrap .tab1InfoTop .info1Item span {
    font-family: STSongti-SC, STSongti-SC;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 40px;
}

.tab1Wrap .tab1InfoWrap .tab1InfoItem {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.tab1Wrap .tab1InfoWrap .tab1InfoItem .tab1InfoItemLeft {
    flex: 1;
}

.tab1Wrap .tab1InfoWrap .tab1InfoItem .tab1InfoItemRight {
    flex: 1;
}

.tab1Wrap .tab1InfoWrap .tab1InfoItem .title1Wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tab1Wrap .tab1InfoWrap .tab1InfoItem .title1Wrap .dot {
    width: 190px;
    height: 50px;
    object-fit: cover;
    background-size: cover;
    text-align: center;
    font-family: "XinYiJiXiangSong";
    font-weight: 400;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 34px;
    background-image: url('../img/explore/titlt1.png');
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab1Wrap .tab1InfoWrap .tab1InfoItem .title1Wrap span {
    font-family: "XinYiJiXiangSong";
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    line-height: 29px;
}

.tab1Wrap .tab1InfoWrap .tab1InfoItem .info1Content p {
    font-family: "AlibabaPuHuiTi-3-55-Regular";
    font-size: 18px;
    color: #666666;
    line-height: 28px;
}

.tab1InfoWrap .dotLine {
    width: 100%;
    border-bottom: 2px dashed #9E5B20;
    margin-bottom: 20px;
    padding-top: 18px;
}

.tab1BotWrap {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.tab1BotWrap .topTitle {
    color: #9E5B20;
    font-family: "XuandongKaishu";
    font-size: 24px;
    color: #9E5B20;
    line-height: 28px;
    padding-top: 16px;
}

.tab1BotWrap .botItem {}

.tab1BotWrap .botItem .name {
    font-family: "AlibabaPuHuiTi-3-75-SemiBold";
    font-size: 20px;
    color: #9E5B20;
    line-height: 28px;
}

.tab1BotWrap .botItem .sayText {
    font-family: "AlibabaPuHuiTi-3-55-Regular";
    font-size: 20px;
    color: #666666;
    line-height: 28px;
}

.tab1BotWrap .info3Img {
    width: 315px;
    height: 310px;
    object-fit: cover;
}

/* 景区美图 */
.tab2Wrap {}

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

.tab2Wrap .tab2Item {
    position: relative;
    width: 334px;
    height: 476px;
}

.tab2Wrap .tab2Item .tab2Img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab2Wrap .tab2Item .titleWrap {
    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;
    /*position: absolute;*/
    /*top: 10px;*/
    /*right: 20px;*/
    /*width: 76px;*/
    /*min-height: 268px;*/
    /*background-image: url('../img/explore/titleBg.png');*/
    /*background-size: 100% 100%;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    /*display: flex;*/
    /*justify-content: center;*/
}

/* 景区美图文字竖直显示 */
.tab2Wrap .tab2Item .titleWrap span {
    display: block;
    padding-top: 5px;
    font-family: "XinYiJiXiangSong";
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: 400;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 40px;
}

/* 景区视频 */
.tab3Wrap {
    width: 100%;
    height: 640px;
    background-image: url('../img/explore/videoBg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.tab3Wrap .videoContent {
    padding: 72px 92px 96px 92px;
    height: 100%;
    width: 100%;
}

/* 联系我们 */
.tab4Wrap {
    position: relative;
    padding: 30px;
    background: #FFFFFF;
    border: 1px solid #9E5B20;
    display: flex;
    justify-content: space-between;
    gap: 58px;
}

.tab4Wrap .map {
    width: 690px;
    height: 448px;
    object-fit: cover;
}

.tab4Wrap .mapInfo {
    width: 55%;  /* 宽度：可自定义（如800px） */
    height: 600px; /* 高度：建议不小于500px，保证显示效果 */
    border: 1px solid #eee;
}

.tab4Wrap .contactInfo {
    flex: 1;
}

.tab4Wrap .contactInfo .addrTitleWrap {
    display: flex;
    align-items: center;
}

.tab4Wrap .contactInfo .addrTitleWrap .icon {
    width: 28px;
    height: 28px;
    object-fit: cover;
    margin-right: 4px;
}

.tab4Wrap .contactInfo .addrTitleWrap span {
    font-size: 28px;
    color: #9E5B20;
    font-family: "AlibabaPuHuiTi-3-65-Medium";
}

.tab4Wrap .contactInfo .infoContent {
    font-family: "AlibabaPuHuiTi-3-55-Regular";
    font-size: 32px;
    color: #000000;
    line-height: 48px;
    text-indent: 30px;
}

.tab4Wrap .kids {
    position: absolute;
    bottom: -24px;
    right: -72px;
    width: 370px;
    height: 418px;
    object-fit: cover;
}

/* 分页 */
.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: 800px;
        margin-bottom: 60px;
    }

    .tabsWrap .tabs .tab .tabImg {
        width: 90px;
        height: 90px;

    }

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

    .tab1Wrap .overviewImg {
        width: 476px;
        height: 282px;
    }

    .tabContentItem .textContent p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .tabContentItem .textContent p span {
        font-size: 22px;
    }

    .tabContent {
        width: 1280px;
    }

    .tab2Wrap .tab2Item {
        width: 306px;
    }

    .tb2Items {
        gap: 18px;
    }

    .tab4Wrap .kids {
        width: 270px;
        height: 306px;
        right: -42px;
    }
    .tab1Wrap .tab1InfoWrap .tab1InfoTop .info1Img {
        width: 944px;
    }
    .tab1Wrap .tab1InfoWrap .tab1InfoTop .info1Item span{
        font-size: 20px;
    }
}
/* 隐藏全局滚动条 - Webkit浏览器 */
::-webkit-scrollbar {
    display: none;
}

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