html {
    font-size: 13.333333vw;
    background: #000;
}

body {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    /*font-size: 13px;*/
    line-height: 1.5;
    width: 100%;
    margin: 0 auto;
    background: #000;
    overflow-x: hidden;
}
/*html, body {*/
/*    height: 100%;*/
/*    overflow: hidden;*/
/*}*/
.fixed-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
}
ul,li,p {
    margin: 0;
    padding: 0;
}
.zIndex {
    z-index: -1;
}
.zIndex1 {
    z-index: 1;
}

.pointerOpacityYes {
    pointer-events: auto;
    opacity: 1;
}
.pointerOpacityNo {
    pointer-events: none;
    opacity: 0;
}
.w100 {
    display: block;
    width: 100%;
}

.fontSize0 {
    font-size: 0;
}
.pos {
    position: absolute;
    top: 0;
    left: 0;
}
.opacity {
    opacity: 0;
}
.opacity1 {
    opacity: 1;
}
.pre {
    position: relative;
}
.pre100 {
    position: relative;
    width: 100%;
}
.opacityScale {
    opacity: 0;
    transform: scale(0);
}

.marginTopFixImg {
    margin-top: -1vw;
}
.container {
    font-size: 0;
}
.swiper-slide {
    position: relative;
    /*overflow: hidden;*/
    width: 100%;
    height: 100%;
    font-size: 0;
    opacity: 0 !important;
    /*text-align: center;*/
}
.swiper-slide-active {
    opacity: 1 !important;
}
.swiper-pagination-bullet-active {
    /*width: .63rem !important;*/
    /*border-radius:  .3rem !important;*/
    background: #f3c846 !important;
}
/*.swiper-pagination-bullet-active:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    width: .1rem;*/
/*    height: .1rem;*/
/*    background: #000;*/
/*    border-radius: 50%;*/
/*}*/
.swiper-pagination-bullet {
    position: relative;
    margin: 0 .05rem !important;
    width: .85rem;
    height: 2px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    transition: width .5s;
}

.swiper-pagination-bullets {
    bottom: .7rem !important;
}
.prev,.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: .23rem;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
.prev {
    left: .29rem;
}
.next {
    right: .29rem;
}
.swiper-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateZ(1px);
}
.swiper-video-tip {
    position: absolute;
    top: 12.85rem;
    left: 50%;
    transform: translateX(-50%) translateZ(1px);
    width: 4.65rem;
    z-index: 1;
}
.swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*overflow: unset;*/
}
.swiper-img,.gif {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 8.94rem;
    width: 5.95rem;
}
.video-box {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
}
.video {
    background: #000;
}
.videoCtrl {
    position: absolute;
    top: 0;
    left: 0;
}
video {
    background: #000;
}
.p1-video {
    height: 4.2rem;
    object-fit: cover;
}

header {
    position: relative;
    width: 100%;
    background-color: #000;
    height: .88rem;
    z-index: 10;
}
.logo {
    position: absolute;
    /*display: flex;*/
    /*align-items: center;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.12rem;
    font-size: 0;
    /*left: 4vw;*/
    /*top: 0;*/
    /*height: 100%;*/
}
.homeBt {
    position: absolute;
    /*display: flex;*/
    /*align-items: center;*/
    top: 50%;
    transform: translateY(-50%);
    right: 0.42rem;
    /*height: 100%;*/
    text-decoration: none;
    color: #fff;
    font-size: .32rem;
    font-family: qihei55;
}

.video-box {
    position: relative;
}
.headerFixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.tip-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: .52rem;
    animation: upDownArrow 2s linear infinite;
}
.tip-arrow-1 {
    bottom: .65rem;
}
.tip-arrow-2 {
    bottom: 1.42rem;
}
.tip-click {
    position: absolute;
    top: 2.1rem;
    left: 2.1rem;
    width: .35rem;
    animation: scaleRepeat 1s linear infinite;
}
.policy-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    font-size: 0;
    overflow-y: scroll;
    /*overflow: hidden;*/
    z-index: 2;
}
.policy-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 4.2rem;
    height: .7rem;
    -webkit-tap-highlight-color: transparent;
}
.policy-btn-1 {
    top: 5.04rem;
}
.policy-btn-2 {
    top: 6.42rem;
}
.policy-btn-3 {
    top: 7.78rem;
}
.policy {
    display: none;
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    width: 100%;

    /*z-index: 2;*/
}
.close-policy {
    display: none;
    position: fixed;
    top: .38rem;
    right: .25rem;
    width: .64rem;
    z-index: 2;
}
/*预约浮层按钮*/
.yuYue-btn-box {
    position: fixed;
    bottom: 0.43rem;
    left: 50%;
    transform: translateX(-50%);
    width: 7.21rem;
    height: .91rem;
    font-size: 0;
    background: rgba(255, 255, 255,.5);
    border-radius: .1rem;
    z-index: 1;
    transition: opacity .3s;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
.yuYue-btn-inner {
    display: flex;
    align-items: center;
    height: 100%;
}
.yuYue-btn-img {
    padding: 0 .27rem 0 .49rem;
    width: .87rem;
    height: .33rem;
}
.yuYue-btn-txt {
    margin-top: -0.03rem;
    font-family: qihei45;
    font-size: .28rem;
    color: #000
}
.yuYue-btn {
    position: absolute;
    right: .32rem;
    top: 50%;
    transform: translateY(-50%);
    /*padding: .15rem .23rem .13rem;*/
    width: 1.92rem;
    line-height: .49rem;
    font-family: qihei45;
    font-size: .2574rem;
    text-align: center;
    text-decoration: none;
    background: #0a133b;
    color: #fff;
    border-radius: .05rem;
}
/*预约页面*/
.yuYue {
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 4.62rem;*/
    padding-bottom: 1.69rem;
    width: 100%;
    margin-top: 0;
    font-size: 0;
    background: #0e0c2a;
    /*background-size: cover;*/
    z-index: 1;
}
.yuYue-inner {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    margin: 0 auto 0;
    width: 6.54rem;
}
.yuYue-title {
    display: block;
    margin: 0 auto;
    width: 3.52rem;
}
.yuYue-inner h1 {
    margin: 0;
    padding: 1.26rem 0 .3rem 0;
    font-family: qihei45;
    font-weight: normal;
    font-size: .6rem;
    text-align: center;
    color: #fff;
    letter-spacing: .5em;
    text-indent: .5em;
}
.yuYue input,.yuYue select {
    box-sizing: border-box;
    font-family: qihei45;
    font-size: .35rem;
    display: block;
    margin-top: .33rem;
    padding-left: .24rem;
    width: 100%;
    height: .89rem;
    color: #fff;
    background: #6a687b;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border: none;
    border-radius: .03rem;
    outline: none;
    -webkit-text-fill-color: #fff;
}
.yuYue-inner input:nth-of-type(1) {
    margin: 0
}
input::-webkit-input-placeholder {
    color: #fff;
}
input:-webkit-autofill { box-shadow: 0 0 0px 1000px #fff inset !important;}

.yuYue-back {
    position: absolute;
    top: .21rem;
    right: .14rem;
    width: .56rem;
}

/*勾选同意协议*/
.agree-box {
    position: relative;
    margin: 0.3rem 0;
}
.gou {
    position: absolute;
    /*top: 0.7vw;*/
    /*left: 0.433vw;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: .1rem;
    width: 70%;
    /*height: 70%;*/
    /*width: .24rem;*/
    /*height: .24rem;*/
    /*background: transparent;*/
    /*background: #7c1c1d;*/
    /*border-radius: .05rem;*/
    opacity: 0;
    transition: opacity .3s ;
    /*filter: invert(1) hue-rotate(180deg)*/
}

.link-agree {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 32%;
    height: 47%;
}
.agree-box > div {
    position: relative;
    display: flex;
    align-items: center;
}
.agree-box > div + div {
    margin-top: .15rem;
}
.agree-box > div s {
    position: relative;
    margin: 0 2vw 0 0;
    display: inline-block;
    width: .32rem;
    height: .32rem;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
}
.agree-box > div span {
    font-family: qihei45;
    font-size: .26rem;
    color: #fff;
}
.agree-box > div a {
    font-family: qihei45;
    font-size: .26rem;
    color: #fff;
}
.agree-box .checked {
    opacity: 1;
}
.select-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .23rem;
    width: .14rem;
    pointer-events: none;
}
#submitBt {
    display: block;
    /*margin-top: .1rem;*/
    width: 100%;
    height: .88rem;
    line-height: .88rem;
    color: #fff;
    letter-spacing: .3em;
    background: #da0d15;
    font-family: qihei45;
    font-size: .35rem;
    text-decoration: none;
    text-align: center;
    border-radius: .05rem;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
.p4-txt {
    position: absolute;
    bottom: 1.53rem;
    left: 50%;
    transform: translateX(-50%);
    width: 5.20rem;
}
.toTop {
    position: absolute;
    top: 10.78rem;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    text-align: center;
}
.toTop-img {
    width: .55rem;
}
.toTop p {
    font-family: qihei45;
    font-size: .2805rem;
    letter-spacing: .2em;
}
.to-reservation {
    position: fixed;
    bottom: .5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    z-index: 3;
}
.to-reservation-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .3rem;
    width: 1.59rem;
    height: .69rem;
    line-height: .69rem;
    font-family: qihei45;
    font-size: .24rem;
    letter-spacing: .1em;
    color: #fff;
    background: #7c1c1d;
    border-radius: .05rem;
    text-align: center;
    text-decoration: none;
}

.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate(0, 100%);
    transition: all .5s ;
    background: #000;
    z-index: 12;
}
.video-modal video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    object-fit: cover;
}
.close-video,
.close-img-modal
{
    position: absolute;
    top: .5rem;
    right: .5rem;
    width: .5rem;
    cursor: pointer;
}
.img-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
}
.img-modal .img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
}
.video-play-1 {
    position: absolute;
    top: 6.1rem;
    left: 0;
    width: 2rem;
    height: 1rem;
}
.video-play-2 {
    position: absolute;
    top: 4.8rem;
    left: 4rem;
    width: 2rem;
    height: 1.4rem;
}
.video-play-3 {
    position: absolute;
    top: 5.8rem;
    right: 0;
    width: 2rem;
    height: 1.5rem;
}
.detail {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 5.8rem;
    height: 3.4rem;
}
.detail-1, .detail-3, .detail-5{
    top: 10rem;
}
.detail-2, .detail-4{
    top: 16.2rem;
}
.detail-6 {
    top: 16rem;
    height: 3.5rem;
}
.displayNone {
    display: none;
}

@keyframes opacityIn {
    to {
        opacity: 1;
    }
}
@keyframes opacityOut {
    to {
        opacity: 0;
    }
}
@keyframes opacityInOut {
    50% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


@keyframes fadeInRightSm {
    from {
        transform: translate3d(20%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRight {
    from {
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes upDownArrow {
    50% {
        transform: translate(-50%, 30%);
    }
    to {
        transform: translate(-50%, 0);
    }
}
@keyframes scaleRepeat {
    50% {
        transform: scale(1.1);
    }
    to {
        transform: scale(1);
    }
}
