.homeMain {
    position: relative;
    width: 100%;
    overflow-y: hidden;
}

.bgImg {
    width: 100%;
    margin-top: -44px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.homeMain .main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}


/* 轮播图 */
.mainContent .swiperWrap {
    position: relative;
    width: 100%;
    height: 900px;
    overflow: hidden;
}

.swiperWrap .swiperContainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.swiperWrap .swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.swiperWrap .swiper.active {
    opacity: 1;
}

/* 指示器样式 */
.swiperWrap .swiperIndicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.swiperWrap .indicator {
    width: 10px;
    height: 10px;
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 50%;
}

.swiperWrap .indicator.active {
    background-color: #9E5B20;
}

.swiperWrap .indicator:hover {
    background-color: #9E5B20;
}


/* 温度框 */
.temperwrap {
    position: absolute;
    bottom: 50px;
    right: 50px;
    display: flex;
    justify-content: flex-end;
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.temperwrap .tempLine {
    width: 100%;
    height: 1px;
    background: #979797;
    margin: 34px 0;
}

.temperwrap .temper {
    padding: 42px 46px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 16px;
    border: 1px solid #C57A4F;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.temperwrap .temper .temperItem {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.temperwrap .temper .temperItem .temperIcon {
    width: 42px;
    height: 40px;
    object-fit: cover;
    margin-right: 20px;
}

.temperwrap .temper .temperItem .temperIcon.syIcon {
    width: 45px;
    height: 38px;
}

.temperwrap .temper .temperItem1 {
    width: 250px;
}

.temperwrap .temper span.num {
    font-family: "ChillYunmoGothicMedium";
    font-size: 34px;
    color: #FFFFFF;
}

.temperwrap .temper span.text {
    font-family: "XuandongKaishu";
    font-size: 34px;
    color: #FFFFFF;
}

/* 公告滚动样式 */
.temperwrap .temper .temperItem .announcement-container {
    width: 100%;
    height: 38px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.temperwrap .temper .temperItem .announcement-wrapper {
    display: block;
    white-space: nowrap;
    animation: scroll-left 20s linear infinite;
    width: 100%;
    /*overflow: hidden;*/
}

.temperwrap .temper .temperItem .announcement-list {
    display: inline-block;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    /*width: max-content;*/
    width: 300px;
}

.temperwrap .temper .temperItem .announcement-item {
    display: inline-block;
    margin-right: 50px;
}

.temperwrap .temper .temperItem .announcement-link {
    font-family: "XuandongKaishu";
    font-size: 34px;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    max-width: 100%;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}


/* 主体部分 */
.homeMain .mainContent {
    margin-top: 100px;
}

.homeMain .mainContent .newsTitle {
    display: block;
    max-width: 1400px;
    margin: 0 auto;
}

/** 景区介绍 */
.homeMain .tabContentItem {
    display: none;
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.homeMain .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;
}
/* 新闻主体 */
.mainContent .itemListWrap {
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 72px;
}

.itemListWrap .newsItemWrap {}

.itemListWrap .newsItemP {
    position: relative;
    padding: 12px;
    /* background: #9E5B20;
    opacity: 0.28; */
}

.newsItemP .itemWrap {
    position: relative;
}

.newsItemP .imgWrap {
    width: 484px;
    height: 390px;
    background: #D8D8D8;
    border: 2px solid #9E5B20;
    z-index: 2;
    margin-top: -356px;
    position: relative;
    margin-left: 12px;
}

.newsItemP .imgWrap.secondItem {
    position: absolute;
    right: 22px;
}

.itemListWrap .newsItemOp2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #9E5B20;
    opacity: 0.28;
    z-index: 1;
    margin: -12px;
}

.itemListWrap .newsItemWrap .newsItem {
    position: relative;
    width: 100%;
    min-height: 320px;
    padding: 28px;
    background: #FFF8F2;
    z-index: 1;
    object-fit: cover;
}

.newsItem .newsContent {}

.newsItem .firstItem {
    padding-left: 490px;
}

.newsItem .secondItem {
    padding-right: 490px;
}

.newsContent .newTitle {
    font-family: "AlibabaPuHuiTi-3-85-Bold";
    font-size: 22px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 42px;
}


.newsContent .newText {
    font-size: 20px;
    font-family: "AlibabaPuHuiTi-3-55-Regular";
    color: #666666;
    line-height: 32px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-bottom: 74px;
}

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

.secondItem .readMoreBtn {
    justify-content: flex-start !important;
}

.newsContent .readMore {
    display: flex;
    align-items: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #9E5B20;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    cursor: pointer;
}

.newsContent .readMore .iconRight {
    display: inline-block;
    width: 9px;
    height: 16px;
    object-fit: cover;
    margin-left: 8px;
    margin-top: -1px;
}

/* 幻灯片样式 */
.carouselSection {
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
}

.carouselContainer {
    position: relative;
    width: 100%;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/** 主要景点幻灯片图片 */
.carouselContainerImg {
    position: relative;
    width: 100%;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.carouselLeftWrap,
.carouselRightWrap {
    width: 378px;
    height: 284px;
    background: #D8D8D8;
    transition: all 0.6s ease-in-out;
}

.carouselLeftWrap img,
.carouselRightWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease-in-out;
}

/* 中间幻灯片过渡动画 */
.carouselMidWrap {
    position: relative;
    width: 593px;
    height: 418px;
    margin: 0 auto;
    transition: all 0.6s ease-in-out;
}

.carouselMidWrap .midMaskWrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.6s ease-in-out;
}

.carouselMidWrap .midMaskWrap .midMask {
    width: 593px;
    height: 348px;
    background: #9E5B20;
    opacity: 0.2;
    transition: all 0.6s ease-in-out;
}

.carouselMidWrap .carouselMidItem {
    position: absolute;
    top: 0;
    left: 28px;
    right: 28px;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.6s ease-in-out;
}

.carouselMidItem .midImg {
    width: 536px;
    height: 302px;
    object-fit: cover;
    transition: all 0.6s ease-in-out;
    transform-origin: center center;
}

.carouselMidItem .midText {
    width: 536px;
    height: 132px;
    background: #9E5B20;
    color: #FFFFFF;
    padding: 14px 20px;
    transition: all 0.6s ease-in-out;
    transform-origin: center center;
}

.carouselMidItem .midText .midTextTitle {
    font-family: 'AlibabaPuHuiTi-3-65-Medium';
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 8px;
    transition: all 0.6s ease-in-out;
}

.carouselMidItem .midText .midTextDesc {
    font-family: "AlibabaPuHuiTi-3-55-Regular";
    font-size: 16px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.6s ease-in-out;
}

.carouselMidBtn {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.carouselMidBtnItemImg {
    width: 48px;
    height: 48px;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.3s ease;
}

.carouselMidBtnItemImg:hover {
    transform: scale(1.1);
}

.carouselMidBtnItemImg:active {
    transform: scale(0.95);
}

.carouselMidBtnItemImgLeft {
    margin-left: -38px;
}

.carouselMidBtnItemImgRight {
    margin-right: -38px;
}

/* 切换时的动画效果 */
.slide-transitioning .carouselMidItem .midImg {
    opacity: 0.7;
    transform: scale(1.02);
}

.slide-transitioning .carouselMidItem .midText {
    opacity: 0.8;
    transform: translateY(5px) scale(1.02);
}

.slide-transitioning .carouselLeftWrap img,
.slide-transitioning .carouselRightWrap img {
    opacity: 0.6;
    transform: scale(0.98);
}

.slide-transitioning .carouselMidWrap .midMaskWrap .midMask {
    opacity: 0.3;
}

@media screen and (max-width: 1400px) {

    .newsTitle {
        transform: scale(0.8);
        margin-bottom: 30px !important;
    }

    .carouselContainer {
        transform: scale(0.9);
    }

    .newsItemWrap {
        transform: scale(0.9);
    }

    .temperwrap {
        transform: scale(0.8);
        margin-bottom: 30px;
    }
}
/* 隐藏全局滚动条 - Webkit浏览器 */
::-webkit-scrollbar {
    display: none;
}

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