div ,img{
    transition: all .3s;
}
.header{
    position: fixed;
    background: transparent;
    backdrop-filter: blur(0px);
}



.mask{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(32, 34, 41, 0.5);
    z-index: 900;
}
.wap-hof .box1{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 330px;
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    padding: 30px;
}
.wap-hof .box2{
    border: 1px solid #4F63E8;
    padding: 25px 16px 109px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wap-hof .t1{
    font-size: 36px;
    color: #121212;
    line-height: 50px;
    margin: 25px 0 12px;
    font-weight: bold;
}
.wap-hof .t2{
    font-size: 20px;
    color: #121212;
    line-height: 28px;
    margin-bottom: 25px;
    font-weight: bold;
    text-align: center;
}
.wap-hof .t3{
    font-size: 14px;
    color: #121212;
    line-height: 22px;
    text-align: center;
}
.wap-hof .t4{
    position: absolute;
    left: -2px;
    width: calc(100% + 4px);
    background: #fff;
    font-size: 51px;
    color: #202229;
    line-height: 51px;
    font-weight: bold;
    bottom: 40px;
    text-align: center;
    padding-bottom: 20px;
    letter-spacing: 6px;
}





.banner{
    position: relative;
    background-image: url("../../hr/imgs/home/banner.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.banner-left{
    padding-top: 207px;
    padding-bottom: 100px;
}
.banner-box{
    position: relative;
}
.banner-left .text1{
    font-size: 72px;
    color: #121212;
    line-height: 100px;
    margin-bottom: 72px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    transition: all .3s;
}
.banner-box .wap-hof .box1{
    position: relative;
    margin-right: 75px;
    padding: 0 ;
}
.banner-box .wap-hof .box2{
    padding: 22px 12px 126px;
    cursor: pointer;
}
.banner-box .wap-hof .box2:hover{
    box-shadow: 0px 0 20px 1px rgba(65, 87, 124, 0.16);
}
.banner-box .wap-hof .link{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--color-primary);
    line-height: 22px;
}
.banner-box .wap-hof .link .el-iconfont{
    font-size: 13px;
    margin-left: 9px;
    background: -webkit-linear-gradient(#4F63E8,#27F6FF);
    -webkit-background-clip: text;
    color: transparent;
    background-clip: text;
}
.banner-left .img1{
    position: absolute;
    width: 145px;
    object-fit: contain;
    top: 360px;
    left: 86px;
}
.banner-left .img2{
    bottom: 90px;
    left: -54px;
    position: absolute;
    width: 116px;
    object-fit: contain;
}
.sz-desc{
    position: relative;
}
.sz-desc .left{
    width: calc(100% - 512px - 195px);
}
.shop-swiper-btn{
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
    text-align: center;
    line-height: 32px;
    color: #202229;
    font-size: 18px;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
}
.page-title{
    font-size: 36px;
    color: #121212;
    line-height: 48px;
    font-weight: bold;
}
.page-text{
    line-height: 30px;
    font-size: 16px;
    color: #121212;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}
.sz-desc .left .page-title{
    margin-bottom: 40px;
}
.sz-desc .left .line1{
    margin-top: 60px;
}
.sz-desc .left .img3{
    position: absolute;
    left: 9px;
    width: 231px;
    object-fit: contain;
    top: 50%;
    transform: translateY(-50%);
}
.sz-desc .right{
    width: 512px;
    flex-shrink: 0;
    max-width: 100%;
}
.shop-swiper1{
    width: 100%;
    padding: 40px;
}
.shop-swiper1 .swiper-slide{
    overflow: hidden;
    border-radius: 30px;
}
/*.shop-swiper1 .swiper-wrapper .swiper-slide:nth-child(2) .shop-swiper-item{*/
/*    transform: rotate(10deg);*/
/*}*/
/*.shop-swiper1 .swiper-wrapper .swiper-slide:nth-child(3) .shop-swiper-item{*/
/*    transform: rotate(20deg);*/
/*}*/
/*.shop-swiper1 .swiper-wrapper .swiper-slide:nth-child(4) .shop-swiper-item{*/
/*    transform: rotate(30deg);*/
/*}*/
.shop-swiper-item{
    aspect-ratio: 436 / 486;
    width: 100%;
    position: relative;
    transition: all .3s;
    transform-origin: center center; /* 旋转中心 */
    transform-style: preserve-3d;
    /*padding: 67px;*/
}
.shop-swiper-item>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.page-sub-title{
    font-size: 36px;
    color: #121212;
    line-height: 50px;
    padding-bottom: 80px;
    font-weight: bold;
}

.go{
    margin-left: 20px;
    cursor: pointer;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    background: #fff;
    transition: all .3s;
    text-decoration: none;
}
.go i{
    font-size: 22px;
    background: -webkit-linear-gradient(#4F63E8,#27F6FF);
    -webkit-background-clip: text;
    color: transparent;
    background-clip: text;
}
.go:hover{
    background: linear-gradient(  #27F6FF 18%, #4F63E8 100%);
}
.go:hover i{
    color: #fff;
}
.zh-news{

}
.zh-news-swiper{
    margin-bottom: 50px;
    width: 100vw;
    overflow: visible;
}
.zh-news-swiper .swiper-wrapper{
    align-items: flex-end;
}
.zh-news-swiper .swiper-wrapper .swiper-slide{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /*height: 500px;*/
}
.zh-news-swiper .swiper-btns{
    position: absolute;
    bottom: 242px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 2;
}

.zh-news-swiper .swiper-btns .next{
    right: 0;
}
.zh-news-swiper .swiper-btns .prev{
    left: 0;
    transform: rotate(180deg);
}
.zh-news-swiper .shop-swiper-pagination{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.zh-news-swiper .shop-swiper-pagination .swiper-pagination-bullet{
    display: block;
    height: 3px;
    background: #EAEAEA;
    width: 50px;
}
.zh-news-swiper .shop-swiper-pagination .swiper-pagination-bullet-active{
    background: linear-gradient( 90deg, #27F6FF 0%, #4F63E8 100%);
}


.zh-news-item{
    position: relative;
}
.zh-news-item .img{
    aspect-ratio:  400 / 500;
    position: relative;
    width: 100%;
}
.zh-news-item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zh-news-item .img .go{
    display: none;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.zh-news-item .info{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 267px;
    padding: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient( 180deg, rgba(32,34,41,0) 0%, rgba(32,34,41,0.15) 16%, rgba(32,34,41,0.5) 100%);
}
.zh-news-item .info .t1{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 14px;
}
.zh-news-item .info .t2{
    font-size: 12px;
    margin-bottom: 14px;
    line-height: 17px;
}
.zh-news-item .info .t3{
    font-size: 12px;
    line-height: 24px;
}
.zh-news-item:hover .img .go{
    display: block;
}
.zh-news-item:hover .img{
    transform:translateY(-124px);
}
.zh-news-item:hover .info{
    /*position: unset;*/
    padding: 20px 0 0;
    height: unset;
    color: #202229;
    background: no-repeat;
}
.booking-outer{
    padding-top: 100px;
    background: linear-gradient( 180deg, #FFFFFF 0%, #F5F5F5 57%, #FFFFFF 100%);
}
.booking{
    margin-bottom: 100px;
    position: relative;
}
.booking .left{
    width: calc(40% - 54px);
    position: relative;
}
.booking .left img{
    width: 100%;
    object-fit: contain;
}
.booking .left .t1{
    font-size: 60px;
    color: #FFFFFF;
    line-height: 84px;
    position: absolute;
    right: 0;
    font-weight: bold;
    top: 0;
}
.booking .left .t2{
    font-size: 60px;
    color: #FFFFFF;
    line-height: 84px;
    position: absolute;
    right: 0;
    font-weight: bold;
    top: 72px;
    text-align: right;
}
.booking .right{
    width: 60%;
}
.booking .img5{
    width: 164px;
    object-fit: contain;
    position: absolute;
    top: 96px;
    right: -111px;
}
.book-btn{
    margin: 40px 0 100px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: var(--color-primary);
    line-height: 28px;
    position: relative;
    cursor: pointer;
}
.book-btn i{
    margin-left: 7px;
    background: -webkit-linear-gradient(#4F63E8,#27F6FF);
    -webkit-background-clip: text;
    color: transparent;
    background-clip: text;
}
.book-btn:after{
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient( 16deg, #27F6FF 0%, #4F63E8 100%);
}
.btm-cards{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 52px;
}
.booking-card{
    width: 100%;
    transition: all .3s;
    padding: 14px;
    background: #fff;
}
.booking-card:hover{
    box-shadow: 0px 0px 20px 1px rgba(65,87,124,0.16);
}
.booking-card .d-flex.align-c{
    justify-content: space-between;
    align-items: center;
}
.booking-card .t{
    margin-bottom: 100px;
    text-align: right;
    font-size: 36px;
    color: #121212;
    line-height: 50px;
    font-weight: bold;
}
.booking-card .go{
    margin-left: 14px;
    margin-bottom: 10px;
 }
.booking-card .link{
    padding: 8px 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: var(--color-primary);
    line-height: 20px;
    text-decoration: none;
    white-space: nowrap;
}
.booking-card .link .el-iconfont{
    font-size: 13px;
    margin-left: 9px;
    background: -webkit-linear-gradient(#4F63E8, #27F6FF);
    -webkit-background-clip: text;
    color: transparent;
    background-clip: text;
}

@media (max-width: 1400px) {
    .sz-desc .left{
        width: calc(100% - 512px - 40px);
    }
}
@media (max-width: 992px){
    .banner-left .text1{
        font-size: 24px;
        line-height: 36px;
        max-width: 142px;
    }
    .banner-box{
        grid-gap: 29px;
        margin-top: 250px;
    }
    .banner-box .wap-hof .box2{
        padding: 19px 8px 70px;
    }
    .banner-box .wap-hof .t1{
        font-size: 24px;
        line-height: 34px;
        margin: 12px 0 6px;
    }
    .banner-box .wap-hof .t2{
        font-size: 14px;
        color: #121212;
        line-height: 20px;
    }
    .banner-box .wap-hof .t3{
        display: none;
    }
    .banner-box .wap-hof .box1{
        width: 100%;
    }
    .banner-box .wap-hof .t4{
        font-size: 32px;
        bottom: 10px;
        letter-spacing: 0px;
    }
    .zh-news-swiper{
        width: calc(100vw - 60px);
    }
    .booking-card{
        background: #fff;
        padding: 14px;
    }
    .banner-left{
        padding-top: 143px;
    }
    .banner-left .img2{
        width: 73px;
        left: 0;
        bottom: 294px;
    }
    .sz-desc>.container{
        flex-direction: column;
    }
    .sz-desc .left{
        width: 100%;
    }
    .light-event .d-flex-between{
        flex-direction: column;
    }
    .light-event .left,.light-event .right{
        width: 100%;
    }
    .booking{
        flex-direction: column-reverse;
    }
    .booking .left,.booking .right{
        width: 100%;
        margin-bottom: 20px;
    }
    .booking-card .d-flex.align-c{
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 768px){

    .banner{
        background-position: top;
        background-image: url("../../hr/imgs/home/banner2.png");
    }
    .banner-left .img1{
        display: none;
    }

    /*.banner-left .text1{*/
    /*    font-size: 30px;*/
    /*    line-height: 50px;*/
    /*}*/
    /*.banner-left .text2{*/
    /*    font-size: 20px;*/
    /*    line-height: 30px;*/
    /*}*/
    .page-title{
        font-size: 34px;
        line-height: 45px;
    }
    .sz-desc .left .line1{
        justify-content: center;
    }
    .sz-desc .left .num-line{
        zoom: .5;
    }
    .zp-line{
        grid-template-columns: repeat(1, 1fr);
        padding: 0 60px;
    }
    .btm-cards{
        flex-direction: column;
    }
    .light-event .left .light-swiper .light-item .name{
        font-size: 14px;
    }
    .shop-swiper1{
        height: unset;
    }
    .shop-swiper1 .swiper-wrapper{
        flex-direction: unset;
    }
    .shop-swiper1::before,
    .shop-swiper1::after{
        display: none;
    }
    .sz-desc .right{
        margin-top: 60px;
    }

    .sz-desc .left .img3{
        width: 20%;
    }

    .btm-cards{
        grid-gap: 30px;
    }
    .booking-outer{
        background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 11%, #F5F5F5 57%, #F5F5F5 88%, #FFFFFF 100%);
    }
    .booking-card .t{
        margin-bottom: 50px;
    }
}
