body {
    margin: 0;
}

.section {
    background-size: cover;
}

.section-0 {
    background-image: url(../images/female-bg.png);
    -webkit-transition: background-image 0.8s ease-in-out;
    transition: background-image 0.8s ease-in-out;
}

.switch {
    width: 76px;
    height: 192px;
    background-image: url(../images/switch-male.png);
    -webkit-transition: background-image 0.8s ease-in-out;
    transition: background-image 0.8s ease-in-out;
    position: absolute;
    right: 0;
    top: 6rem;
    right: 6rem;
    cursor: pointer;
}

.container {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.container-left {
    width: 50%;
    float: left;
}

.container-right {
    width: 50%;
    float: right;
}

.container-right-left {
    height: 100vh;
    float: left;
}

.container-right-right {
    height: 100vh;
    float: left;
}

.slogan {
    width: 1156px;
    height: 411px;
    background-image: url(../images/slogan.png);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.reservation-btn {
    width: 524px;
    height: 130px;
    background-image: url(../images/reservation.png);
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    display: none;
}

.jhyy-logo {
    width: 80px;
    height: 191px;
    background-image: url(../images/logo.png);
    margin-left: 8rem;
    margin-top: 8rem;

}

.nav {

    /* height: 468px;*/
    
}
.nav-content {background-image: url(../images/nav-bg.png);}
.nav .nav-content {
    width: 0;
    overflow: hidden;
    -webkit-transition: height .2s ease-in-out;
    -moz-transition: height .2s ease-in-out;
    -o-transition: height .2s ease-in-out;
    transition: height .2s ease-in-out;
}

    .nav ul {
        list-style: none;
        padding: 0;
        margin: 30px 10px 40px 10px;
        margin-left: 12px;
    }

        .nav ul li {
            text-align: center;
            color: #654848;
        }

            .nav ul li a {
                /*font-size: 1.4rem;
                letter-spacing: .6rem;*/
                font-family: fangsong;
               /* font-weight: bold;*/
                color: #654848;
            }

    .nav .active a {
        color: #BF5F5F;
    }

    .nav .nav-switch {
        width: 196px;
        height: 38px;
        cursor: pointer;
    }

        .nav .nav-switch.nav-switch-close {
            background-image: url(../images/nav-switch-close.png);
        }

        .nav .nav-switch.nav-switch-expand {
            background-image: url(../images/nav-switch-expand.png);
        }

.qr-follow {
    width: 165px;
    height: 220px;
    background-image: url(../images/qr-follow.png);
    margin: 0 auto;
}

.play-btn {
    width: 82px;
    height: 82px;
    background-image: url(../images/play.png);
    position: absolute;
    top: 4rem;
    right: 23rem;
    cursor: pointer;
}

#modal-video .modal__container {
    display: flex;
    align-items: center;
}

#video-container {
    position: relative;
}

#close-video {
    position: absolute;
    right: 0;
    top: -4rem;
}

.close-btn {
    width: 43px;
    height: 43px;
    background-image: url(../images/close.png);
    cursor: pointer;
}

.download-ios {
    background-image: url(../images/download-ios.png);
}

.download-android {
    background-image: url(../images/download-android.png);
}

.download-btn {
    width: 299px;
    height: 76px;
    margin: 0 1rem;
    cursor: pointer;
}

.download-pc {
    background-image: url(../images/download-pc.png);
}

.download-pics {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.download-text {
    background-image: url(../images/download-text.png);
    width: 1039px;
    height: 43px;
    margin-top: .5rem;
    margin: 0 auto;
}

.download-mobile {
    display: none;
}

.container-download {
    position: absolute;
    bottom: 1rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: none;
}

#reel {
    background-image: url(../images/reel.png);
    width: 1005px;
    height: 365px;
    padding-top: 8rem;
    box-sizing: border-box;
    text-align: center;
}

#close-reservation {
    position: absolute;
    bottom: -30px;
}

#reservation-container {
    position: relative;
    display: flex;
    justify-content: center;
}

#reel ul {
    list-style: none;
    padding: 0;
}

    #reel ul li {
        display: inline-block;
        padding: 1rem;
        padding-top: 0;
        cursor: pointer;
    }

        #reel ul li.active {
            background-image: url(../images/reservation-active.png);
            background-repeat: no-repeat;
            background-position: .8rem 1.8rem;
            cursor: unset;
        }

#reservation-ios {
    background-image: url(../images/reservation-ios-active.png);
    width: 129px;
    height: 25px;
}

#reservation-android {
    background-image: url(../images/reservation-android.png);
    width: 195px;
    height: 25px;
}

#reservation-mobile-label {
    font-size: 1.2rem;
    font-weight: bold;
}

#reservation-mobile {
    background-image: url(../images/input-bg.png);
    width: 316px;
    height: 42px;
    padding: 0 1rem;
    border: 0;
    box-sizing: border-box;
    outline: 0;
    font-size: 1.2rem;
    margin: 0 2rem;
}

#reservation-submit {
    cursor: pointer;
    background-image: url(../images/reservation-submit.png);
    width: 171px;
    height: 50px;
}

#reservation-form-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-1-0 {
    background-image: url(../images/reservation-bg.jpg);
}

.section-1-1 {
    background-image: url(../images/activity-bg.png);
}

.fan-title {
    width: 353px;
    height: 268px;
    position: absolute;
    left: 17rem;
    top: 3rem;
}

#reservation-title {
    background-image: url(../images/reservation-title.png);
}

#activity-title {
    background-image: url(../images/activity-title.png);
    background-size: cover;
}

.reservation-step {
    width: 32%;
    height: 32%;
    margin: 2rem;
    cursor: pointer;
    float: left;
}






    .reservation-step .done {
        width: 87px;
        height: 117px;
        background-image: url(../images/reservation-done.png);
        position: absolute;
        right: -2rem;
        top: 16rem;
        display: none;
    }

#step-box {
    display: flex;
    position: absolute;
    top: 6rem;
    left: 0;
    right: 0;
    justify-content: center;
}

#step0 {
    margin-top: 260px;
    margin-left: 20%;
}

#step1 {
    margin-top: 260px;
    margin-left: 5px;
}

#step2 {
    margin-left: 20%;
}

#step3 {
    margin-left: 5px;
}

#rules-container {
    width: 1010px;
    height: 629px;
    background-image: url(../images/reservation-modal-bg.png);
    position: relative;
    padding: 160px 160px 60px 170px;
    box-sizing: border-box;
    letter-spacing: 0.04rem;
    font-size: 1.2rem;
}

    #rules-container li {
        margin-bottom: .6rem;
    }

#close-rules {
    width: 86px;
    height: 86px;
    background-image: url(../images/close-rules.png);
    cursor: pointer;
    position: absolute;
    right: -4rem;
    top: -2rem;
}

#role-title {
    background-image: url(../images/role-title.png);
}

.section-2 {
    background-image: url(../images/role-bg.jpg);
}

#role-box {
    text-align: center;
}

.fp-controlArrow.fp-next {
    width: 58px;
    height: 58px;
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    border: 0;
}

.fp-controlArrow.fp-prev {
    width: 58px;
    height: 58px;
    background-image: url(../images/arrow-left.png);
    background-repeat: no-repeat;
    border: 0;
}

#role-box .fp-controlArrow.fp-next {
    right: 29.5rem !important;
}

#role-box .fp-controlArrow.fp-prev {
    left: 28rem !important;
}

.section-3 {
    background-image: url(../images/feature-bg.jpg);
}

    .section-3 .container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

#feature-swiper-container {
    width: 826px;
}

#activity-swiper-container {
    width: 1034px;
}

#feature-title {
    background-image: url(../images/feature-title.png);
}

.arrow-left {
    width: 58px;
    height: 58px;
    background-image: url(../images/arrow-left.png);
    cursor: pointer;
}

.arrow-right {
    width: 58px;
    height: 58px;
    background-image: url(../images/arrow-right.png);
    margin-left: 2rem;
    cursor: pointer;
}

#feature-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 7.5rem;
    z-index: 1;
}

    #feature-box .arrow-right {
        margin-left: 2rem;
    }

    #feature-box .arrow-left {
        margin-right: 2rem;
    }

#activity-bg-box {
    background-image: url(../images/activity-box.png);
    width: 1129px;
    height: 728px;
    padding-left: 3rem;
    padding-top: 2rem;
    box-sizing: border-box;
}

#activity-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 18rem;
}

    #activity-box .arrow-left {
        margin-right: 2rem;
    }

    #activity-box .swiper-container {
        margin: 0;
    }

    #activity-box .swiper-slide {
        cursor: pointer;
    }

.copyright {
    position: absolute;
    bottom: 0;
    width: 100vw;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 120px;
    margin-top: 100px;
}

.copyright-logo {
    background-image: url(../images/copyright-logo.png);
    width: 493px;
    height: 83px;
}

.copyright-text p {
    margin: 0;
    margin-bottom: 8px;
    font-size: 14px;
}

.copyright-text a {
    color: black;
}
