/* 公共样式 */
img {
    vertical-align: top;
    border: 0;
}

.edit-container {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 1400px;
}

@media (min-width: 1280px) and (max-width: 1600px) {
    .edit-container {
        width: 1080px;
    }

    .hotel-map .map-pic .map-tab .tab-item {
        font-size: 22px !important;
        padding-bottom: 10px !important;
    }
}

@media (min-width: 992px) and (max-width: 1280px) {
    .edit-container {
        width: 970px;
    }

    .brand-hotel .hotel-name {
        left: 12% !important;
    }

    .brand-hotel .hotel-name .look-pic-btn {
        margin-top: 300px !important;
    }
}

@media (max-width: 992px) {
    .edit-container {
        width: 100%;
        padding: 0 0.4rem;
    }

    .brand-hotel .hotel-name {
        top: 40px !important;
        left: 40px !important;
    }

    .brand-hotel .hotel-name .titlecn {
        font-size: 22px !important;
    }

    .brand-hotel .hotel-name .look-pic-btn {
        margin-top: 240px !important;
    }

    .hotel-map .map-cont .map-text .city-list {
        font-size: 18px !important;
    }
}

@media (max-width: 767px) {
    .edit-container {
        width: 100%;
        padding: 0 15px;
    }

    .brand-banner-text {
        width: 60% !important;
        height: 35% !important;
        margin-left: 0 !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .brand-hotel .hotel-name {
        top: 20px !important;
        left: 20px !important;
    }

    .brand-hotel .hotel-name .titlecn {
        font-size: 16px !important;
    }

    .brand-hotel .hotel-name .look-pic-btn {
        margin-top: 120px !important;
        font-size: 12px !important;
        background-size: 50% auto !important;
    }

    .hotel-map {
        display: block !important;
    }

    .hotel-map .map-pic {
        width: 100% !important;
    }

    .hotel-map .map-cont {
        width: 100% !important;
    }

    .hotel-map .map-cont .map-text .city-list {
        margin-top: 20px !important;
        font-size: 14px !important;
    }

    .hotel-map .map-cont .map-text .text-list .text-item .cont-focus p {
        font-size: 14px !important;
    }

    .hotel-map .map-pic .map-tab {
        top: 40px !important;
    }

    .hotel-map .map-pic .map-tab .tab-item {
        font-size: 18px !important;
        padding-bottom: 5px !important;
    }
}

/* 页面video */
.new-about-banner {
    position: relative;
    line-height: 0 !important;
    font-size: 0 !important;
}

@media (max-width: 991px) {
    .new-about-banner .new-banner-arrow {
        display: none;
    }
}

.new-about-banner video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.new-about-banner .brand-banner-text {
    width: 497px;
    height: 135px;
    position: absolute;
    left: 50%;
    margin-left: -248px;
    top: 250px;
}

.new-about-banner .brand7 {
    background: url('/webfile/assets/images/brand/brand-bText7.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.new-about-banner .banner-img img {
    width: 100%;
}

.new-about-banner .base-play {
    display: none;
    position: absolute;
    width: 60px;
    height: 60px;
    background: url('/webfile/assets/images/new/base-play.png') no-repeat;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;

}

.new-about-banner .new-banner-arrow {
    width: 18px;
    height: 56px;
    background: url('/webfile/assets/images/new/banner-arrow.png') no-repeat;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -9px;
    z-index: 2;
    animation: bannerArrowAnimate 2s ease infinite;
}

@keyframes bannerArrowAnimate {
    0% {
        background-position: 0 -100px;
    }

    50% {
        background-position: 0 -60px;
    }

    100% {
        background-position: 0 -100px;
    }
}

/* 内容介绍 */
.new-brand-wrapper .brand-info img {
    width: 100%;
}

.new-brand-wrapper .core-values {
    overflow: hidden;
    display: flex;
}

@media (max-width: 767px) {
    .new-brand-wrapper .brand-info {
        width: 200%;
        margin-left: -50%;
    }

    .new-brand-wrapper .core-values {
        display: block !important;
    }

    .new-brand-wrapper .core-values .core-item {
        width: 100% !important;
    }

    .core-values .core-item .core-content .core-text {
        top: 0 !important;
        left: 0 !important;
        padding: 20px;
        text-align: center;
        right: 0 !important;
    }

    .core-values .core-item .core-content .core-text .title-cn {
        font-size: 18px !important;
        margin-top: 20px !important;
    }

    .core-values .core-item .core-content .core-text .border {
        text-align: center;
        margin: 0 auto;
    }

    .core-values .core-item .core-content .core-text p {
        font-size: 18px !important;
        text-align: left !important;
    }
}

.new-brand-wrapper .core-values .core-item {
    width: 50%;
    position: relative;
}

.new-brand-wrapper .core-values img {
    width: 100%;
    display: block;
}

.new-brand-wrapper .core-values .core-item .core-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.new-brand-wrapper .core-values .core-item .core-content .core-text {
    position: absolute;
    top: 20%;
    left: 20%;
    padding-right: 40px;
}

.core-values .core-item .core-content .core-text .title-cn {
    font-size: 22px;
    color: #332f2b;
}

.core-values .core-item .core-content .core-text .border {
    width: 65px;
    height: 3px;
    background: #9d958b;
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
}

.core-values .core-item .core-content .core-text p {
    font-size: 20px;
    color: #666;
    line-height: 36px;
    margin-bottom: 0.4rem;
    text-align: justify;
}

.core-item .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.core-item .swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.new-brand-wrapper .brand-hotel {
    position: relative;
}

.brand-hotel .brand-bg img {
    width: 100%;
    /* 默认隐藏所有 */
    display: none;
}

.brand-hotel .brand-bg img.active {
    display: block;
}

.brand-hotel .hotel-name {
    top: 20%;
    left: 15%;
    position: absolute;
}

.brand-hotel .hotel-name .titlecn {
    font-size: 18px;
    color: #fff;
    float: right;
    margin-top: 100px;
    margin-right: 10px;
}

.brand-hotel .hotel-name .look-pic-btn {
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    writing-mode: tb-rl;
    float: left;
    margin-top: 380px;
    background: url('/webfile/assets/images/new/brand-moreIcon.png') center bottom no-repeat;
    padding-bottom: 30px;
    transition: all 1s;
}

.brand-hotel .hotel-select {
    width: 250px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    position: absolute;
    right: 20%;
    bottom: 150px;
    border: 2px solid #fff;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    /* justify-content: space-around; */
}

.brand-hotel .hotel-select .h-text {
    /* padding: 0 0.3rem; */
}

.brand-hotel .hotel-select .h-arrow {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    margin-bottom: 0.1rem;
}

.brand-hotel .hotel-list {
    display: none;
    width: 4.2rem;
    position: absolute;
    right: 20%;
    bottom: 2.1rem;
    background: url('/webfile/assets/images/brand/brand-bg1.png');
    color: #fff;
    font-size: 0.22rem;
    line-height: 0.48rem;
    padding: 10px;
    box-sizing: border-box;
}

.brand-hotel .hotel-list .list-top {
    border-bottom: 1px solid #605e5b;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
}

.brand-hotel .hotel-list .list-main {
    padding: 20px 0;
    max-height: 540px;
    box-sizing: border-box;
    overflow-y: auto;
}

.brand-hotel .hotel-list .list-main .list-title {
    padding: 0 0.25rem;
    cursor: pointer;
}

.list-title:hover {
    color: #b05b18;
}

.hotel-map {
    overflow: hidden;
    display: flex;
}

.hotel-map .map-pic {
    width: 50%;
    position: relative;
}

.hotel-map .map-pic .map-tab {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.hotel-map .map-pic .map-tab .tab-item.active {
    color: #333;
    border-bottom: 2px solid #9b948b;
}

.hotel-map .map-pic .map-tab .tab-item {
    /* display: inline-block; */
    font-size: 30px;
    color: #666;
    margin: 0 30px;
    padding-bottom: 20px;
    cursor: pointer;
}

.hotel-map .map-pic .brand-bg {
    position: relative;
}

.hotel-map .map-pic .brand-bg img {
    width: 100%;
    display: block;
}

.hotel-map .map-pic .brand-bg .dot-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.hotel-map .map-pic .brand-bg .dot-box .dot {
    width: 8px;
    height: 8px;
    background-color: #be9066;
    border-radius: 100%;
    position: absolute;
    cursor: pointer;
}

.hotel-map .map-pic .brand-bg .dot-box .dot.active:before {
    content: '';
    width: 50px;
    height: 50px;
    background-color: #be9066;
    opacity: 0.3;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    animation: videoleftbtn 1.5s infinite linear;
    -webkit-animation: videoleftbtn 1.5s infinite linear;
    -moz-animation: videoleftbtn 1.5s infinite linear;
    -o-animation: videoleftbtn 1.5s infinite linear;
}

.hotel-map .map-pic .brand-bg .dot-box .dot:before {
    content: '';
    width: 25px;
    height: 25px;
    background-color: #be9066;
    opacity: 0.3;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12.5px 0 0 -12.5px;
    animation: videoleftbtn 1.5s infinite linear;
    -webkit-animation: videoleftbtn 1.5s infinite linear;
    -moz-animation: videoleftbtn 1.5s infinite linear;
    -o-animation: videoleftbtn 1.5s infinite linear;
}

@keyframes videoleftbtn {
    0% {
        -webkit-transform: scale(1.0);
    }

    50% {
        -webkit-transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1.0);
    }
}


/* 品牌地图新 */
.new-brand-wrapper .hotel-map .Hainan {
    top: 70.3%;
    left: 64.8125%;
}

.new-brand-wrapper .hotel-map .Hubei {
    top: 56.574074%;
    left: 69.270833%;
}

.new-brand-wrapper .hotel-map .Shanghai {
    top: 54.722222%;
    left: 77.8125%;
}

.new-brand-wrapper .hotel-map .Sichuan {
    top: 56.851851%;
    left: 57.291666%;
}

.new-brand-wrapper .hotel-map .Beijing {
    top: 44.907407%;
    left: 70.416666%;
}

.new-brand-wrapper .hotel-map .Fujian {
    top: 61.203703%;
    left: 75.833333%;
}

.new-brand-wrapper .hotel-map .Gansu {
    top: 46%;
    left: 51.8125%;
}

.new-brand-wrapper .hotel-map .Guangdong {
    top: 64.444444%;
    left: 71.875%;
}

.new-brand-wrapper .hotel-map .Guangxi {
    top: 65.37037%;
    left: 62.8125%;
}

.new-brand-wrapper .hotel-map .Henan {
    top: 50.555555%;
    left: 68.75%;
}

.new-brand-wrapper .hotel-map .Heilongjiang {
    top: 36.944444%;
    left: 79.895833%;
}

.new-brand-wrapper .hotel-map .Hunan {
    top: 59.537037%;
    left: 67.916666%;
}

.new-brand-wrapper .hotel-map .Jilin {
    top: 39.444444%;
    left: 78.020833%;
}

.new-brand-wrapper .hotel-map .Liaoning {
    top: 42.314814%;
    left: 76.770833%;
}

.new-brand-wrapper .hotel-map .Neimenggu {
    top: 40.833333%;
    left: 69.6875%;
}

.new-brand-wrapper .hotel-map .Qinghai {
    top: 49.5%;
    left: 51.208333%;
}

.new-brand-wrapper .hotel-map .Shandong {
    top: 48.888888%;
    left: 72.1875%;
}

.new-brand-wrapper .hotel-map .Shanxi {
    top: 50.722222%;
    left: 65.4125%;
}

.new-brand-wrapper .hotel-map .Tianjin {
    top: 46.203703%;
    left: 71.458333%;
}

.new-brand-wrapper .hotel-map .Xinjiang {
    top: 43.37037%;
    left: 39.8125%;
}

.new-brand-wrapper .hotel-map .Yunnan {
    top: 63.518518%;
    left: 55.208333%;
}

.new-brand-wrapper .hotel-map .Anhui {
    top: 54.814814%;
    left: 72.395833%;
}

.new-brand-wrapper .hotel-map .Hebei {
    top: 46.574074%;
    left: 69.166666%;
}

.new-brand-wrapper .hotel-map .Jiangsu {
    top: 54.722222%;
    left: 75.625%;
}

.new-brand-wrapper .hotel-map .Jiangxi {
    top: 58.796296%;
    left: 72.291666%;
}

.new-brand-wrapper .hotel-map .Ningxia {
    top: 48.5%;
    left: 60.208333%;
}

.new-brand-wrapper .hotel-map .Shaanxi {
    top: 50.5%;
    left: 63.5%;
}

/* 陕西 */
.new-brand-wrapper .hotel-map .Zhejiang {
    top: 57.037037%;
    left: 76.041666%;
}

.new-brand-wrapper .hotel-map .Guizhou {
    top: 61.296296%;
    left: 59.895833%;
}

.new-brand-wrapper .hotel-map .Chongqing {
    top: 57.851851%;
    left: 60.291666%;
}

/* 世界格局 */
.new-brand-wrapper .hotel-map .zhijiage {
    top: 50.27777%;
    left: 34.387755%;
}

.new-brand-wrapper .hotel-map .ystbr {
    top: 49.07407%;
    left: 60.204081%;
}

.new-brand-wrapper .hotel-map .wanxiang {
    top: 55.55555%;
    left: 80.208333%;
}

.new-brand-wrapper .hotel-map .zhongguo {
    top: 50.925925%;
    left: 78.645833%;
}

.new-brand-wrapper .hotel-map .Vientiane {
    top: 55%;
    left: 79%;
}

.new-brand-wrapper .hotel-map .Phuket {
    top: 57.8%;
    left: 78%;
}

.hotel-map .map-cont {
    width: 50%;
    position: relative;
}

.hotel-map .map-cont .brand-bg img {
    width: 100%;
    display: block;
}

.hotel-map .map-cont .map-text {
    position: absolute;
    top: 20%;
    left: 12.9%;
    width: 68.8%;
}

@media (min-width: 1280px) and (max-width: 1600px) {
    .hotel-map .map-cont .map-text {
        top: 12%;
        width: 80%;
        left: 10%;
    }
}

.hotel-map .map-cont .map-text .text-list {}

.hotel-map .map-cont .map-text .text-list .text-item {
    display: none;
}

.hotel-map .map-cont .map-text .text-list .active {
    display: block;
}

.hotel-map .map-cont .map-text .text-list .text-item .title_cn {
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}
.hotel-map .map-text .cont-focus{
    margin-bottom:15px;
}
.hotel-map .map-cont .map-text .text-list .text-item .border {
    width: 85px;
    height: 2px;
    background: #a49d94;
    margin-top: 30px;
    margin-bottom: 30px;
}

.hotel-map .map-cont .map-text .text-list .text-item .cont-focus .blod {
    font-weight: bold;
}

.hotel-map .map-cont .map-text .text-list .text-item .cont-focus p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}


/* swiper */
/* 通用分页轮播样式 */
.map-swiper-container {
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
    /* 为分页器预留空间 */
}

.map-swiper {
    width: 100%;
    position: relative;
}

.map-swiper-wrapper {
    display: flex;
    transition-timing-function: ease-out;
}

.map-swiper-slide {
    width: 100% !important;
    flex-shrink: 0;
    box-sizing: border-box;
}

/* 分页器样式 */
.map-swiper .map-swiper-pagination {
    position: absolute !important;
    right: 0 !important;
    left: auto !important;
    /* 抵消默认left:50% */
    transform: translateX(20%) !important;
    bottom: -30px !important;
    /* display: block !important; */
    text-align: center !important;
    z-index: 10 !important;
    height: 20px !important;
}

.map-swiper-pagination-bullet {
    width: 50px !important;
    height: 3px !important;
    border-radius: 3px !important;
    background-color: #ddd !important;
    opacity: 1 !important;
    margin: 0 4px !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
    cursor: pointer;
}

.map-swiper-pagination-bullet-active {
    background-color: #675c4d !important;
}

/* 酒店信息样式 */
.map-swiper-slide .cont-focus {
    margin-bottom: 25px;
    /* padding-bottom: 15px; */
    border-bottom: 1px dashed #eee;
}

.map-swiper-slide .cont-focus:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

/* 确保父元素不遮挡分页器 */
.text-item {
    overflow: visible !important;
}

.pagination-hidden {
    display: none !important;
}


.hotel-map .map-cont .map-text .city-list {
    margin-top: 35px;
    font-size: 18px;
    color: #999;
}

.hotel-map .city-list .city-item.active {
    color: #312d29;
}


/* 轮播图 */
/* 全屏遮罩样式 */
html {
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    /* 作为轮播容器的定位父级 */
    overflow-x: hidden;
}

.fullscreen-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.p-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

/* 轮播容器 */
.carousel-container {
    width: 9.8rem;
    height: 6.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3.25rem;
    margin-left: -4.9rem;
    z-index: 10000;
}

/* 关闭按钮 */
.fullscreen-mask .carousel-container .close-btn {
    position: absolute;
    width: 0.35rem;
    height: 0.35rem;
    background: url('/webfile/assets/images/new/pop-close.png') no-repeat;
    background-size: contain;
    top: -0.4rem;
    right: 0;
    cursor: pointer;
    /* z-index: 10000; */
}

.layer-inner {
    font-size: 0.18rem;
    height: 100%;
    position: relative;
    /* min-height: 60vh; */
}

.hotel-swiper-container {
    display: none;
    width: 100%;
    height: 100%;
}

.hotel-swiper-container.active {
    display: block;
}

/* 轮播图片区域 */
.carousel-slides {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    transition-duration: 0ms;
}


.swiper-slide::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /* 确保遮罩在图片上方 */
    transition: opacity 0.3s ease;
    /* 平滑过渡效果 */
}

.swiper-slide.swiper-slide-active::before {
    opacity: 0;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* 控制按钮 */
.carousel-btn {
    width: 0.2rem;
    height: 0.11rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
    cursor: pointer;
}

.prev-btn {
    background: url('/webfile/assets/images/new/pop-icon1.png');
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 0;
    z-index: 2;
    margin-left: -0.8rem;
}

.next-btn {
    background: url('/webfile/assets/images/new/pop-icon2.png');
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 0;
    z-index: 2;
    margin-right: -0.8rem;
}
