*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-size-adjust: 100% !important;
    -webkit-text-size-adjust: 100% !important;
    -ms-text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
    -o-text-size-adjust: 100% !important;
}
* img{
    display: block;
    width: 100%;
}

html{
    max-width: 600px;
    margin: 0 auto;
}
.wrap{
    width: 7.5rem;
    height:14.8rem;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.guide_btn{
    width: 0.72rem;
    height: 1.38rem;
    position: absolute;
    top: 0;
    right: 0.2rem;
    z-index: 2;
    cursor: pointer;
}
.home{
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 7.5rem;
    height: 14.8rem;
    overflow: hidden;
    background: url('../img/page1_bg.jpg') no-repeat center center;
    background-size: cover;
}
.tcBox{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: relative;
    overflow: hidden;
    z-index: 5;
}
.tcBox p{
    display: block;
    width: 100%;
    line-height: 3;
    color: #fff;
    text-align: center;
    font-size: 0.24rem;
    margin-bottom: 0.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
.tcBox .tc_close{
    display: block;
    width: 0.61rem;
    height: 0.61rem;
    margin: 0.5rem auto 0;
    cursor: pointer;
}
.startExploring{
    width: 3.56rem;
    height: 0.88rem;
    position: absolute;
    top: 11.6rem;
    left: 1.97rem;
    cursor: pointer;
    -webkit-animation: btnMove 1.5s linear infinite;
    -moz-animation: btnMove 1.5s linear infinite;
    -ms-animation: btnMove 1.5s linear infinite;
    -o-animation: btnMove 1.5s linear infinite;
    animation: btnMove 1.5s linear infinite;
}
.gameplayInstructions{
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 7.5rem;
    height: 14.8rem;
    background: url('../img/question_bg.jpg') no-repeat center center;
    background-size: cover;
}
.gameInstru_content{
    width: 5.3rem;
    overflow: hidden;
    margin: 3rem auto 0;
}
.gameInstru_content h1{
    display: block;
    width: 100%;
    color: #4e7cae;
    font-size: 0.48rem;
    text-align: center;
    margin-bottom: 0.75rem;
}
.gameInstru_content p{
    display: block;
    width: 100%;
    font-size: 0.24rem;
    color: #4e7cae;
    line-height: 2;
    text-align: center;
    margin-bottom: 1rem;
}
.gameInstru_content p span{
    color: #ef559e;
}
.gameInstru_btn{
    width: 2.56rem;
    height: 0.88rem;
    margin: 0 auto;
    -webkit-animation: btnMove 1.5s linear infinite;
    -moz-animation: btnMove 1.5s linear infinite;
    -ms-animation: btnMove 1.5s linear infinite;
    -o-animation: btnMove 1.5s linear infinite;
    animation: btnMove 1.5s linear infinite;
    cursor: pointer;
}
.mySwiper {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 7.5rem;
    height: 14.8rem;
    overflow: hidden;
    background: url('../img/question_bg.jpg') no-repeat center center;
    background-size: cover;
}
.swiper-wrapper {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
}
.swiper-slide {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0.4rem;
    color: white;
    flex-shrink: 0;
}
.swiper-pagination{
    display: block;
    height: 0.37rem;
    position: absolute;
    bottom: unset !important;
    top: 11.8rem;
}
.swiper-pagination-bullet{
    width: 0.37rem;
    height: 0.37rem;
    background: url('../img/question_page.png') no-repeat center center;
    background-size: cover;
    opacity: 1.0;
    margin-left: 0 !important;
    margin-right: 0.12rem !important;
    font-size: 0.16rem;
    color: #3a5872;
    text-align: center;
    line-height: 0.37rem;
}
.swiper-pagination-bullet:last-child{
    margin-right: 0 !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: url('../img/question_page1.png') no-repeat center center;
    background-size: cover;
    color: #fffff8;
}
.startAnswer{
    width: 3.56rem;
    height: 0.88rem;
    margin: 0 auto;
    -webkit-animation: btnMove 1.5s linear infinite;
    -moz-animation: btnMove 1.5s linear infinite;
    -ms-animation: btnMove 1.5s linear infinite;
    -o-animation: btnMove 1.5s linear infinite;
    animation: btnMove 1.5s linear infinite;
}
.ques_content{
    width: 6.6rem;
    overflow: hidden;
    margin: 3.1rem auto 0;
}
.ques_content h1{
    display: block;
    width: 100%;
    color: #4e7cae;
    font-size: 0.48rem;
    text-align: center;
    margin-bottom: 0.4rem;
}
.ques_content>p{
    display: block;
    width: 90%;
    font-size: 0.24rem;
    color: #4e7cae;
    line-height: 1.8;
    text-align: justify;
    margin: 0 auto 0.5rem;
}
.ques_ul{
    width: 100%;
    overflow: hidden;
}
.ques_ul li{
    display: flex;
    align-items: center;
    width: 100%;
    height: 0.94rem;
    font-size: 0.24rem;
    color: #4e7cae;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 0.1rem;
    padding: 0 0.4rem;
    cursor: pointer;
}
.ques_ul li.active{
    background: url('../img/question_box1.png') no-repeat center center;
    background-size: cover;
    color: #fffff8;
}
.prePage,.nextPage{
    display: block;
    width: 2.56rem;
    height: 0.88rem;
    position: absolute;
    top: 10.7rem;
    -webkit-animation: btnMove 1.5s linear infinite;
    -moz-animation: btnMove 1.5s linear infinite;
    -ms-animation: btnMove 1.5s linear infinite;
    -o-animation: btnMove 1.5s linear infinite;
    animation: btnMove 1.5s linear infinite;
    background-color: red;
    font-size: 0;
    z-index: 2;
    cursor: pointer;
}
.prePage{
    left: 1.04rem;
    background: url('../img/question_btn1.png') no-repeat center center;
    background-size: cover;
}
.nextPage{
    right: 1.04rem;
    background: url('../img/question_btn2.png') no-repeat center center;
    background-size: cover;
}

.epilogueBox{
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 7.5rem;
    height: 14.8rem;
    background: url('../img/question_bg.jpg') no-repeat center center;
    background-size: cover;
}
.epilogue_content{
    width: 5.3rem;
    overflow: hidden;
    margin: 3rem auto 0;
}
.epilogue_content h1{
    display: block;
    width: 100%;
    color: #4e7cae;
    font-size: 0.48rem;
    text-align: center;
    margin-bottom: 0.75rem;
}
.epilogue_content p{
    display: block;
    width: 100%;
    font-size: 0.24rem;
    color: #4e7cae;
    line-height: 2;
    text-align: center;
    margin-bottom: 1rem;
}
.epilogue_content p span{
    color: #ef559e;
}
.epilogue_btn{
    width: 3.73rem;
    height: 0.87rem;
    margin: 0 auto;
    cursor: pointer;
    -webkit-animation: btnMove 1.5s linear infinite;
    -moz-animation: btnMove 1.5s linear infinite;
    -ms-animation: btnMove 1.5s linear infinite;
    -o-animation: btnMove 1.5s linear infinite;
    animation: btnMove 1.5s linear infinite;
}

.resultBox{
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 7.5rem;
    height: 14.8rem;
    background: url('../img/question_bg.jpg') no-repeat center center;
    background-size: cover;
    z-index: 9999;
}
.result_content{
    width: 5.3rem;
    overflow: hidden;
    margin: 3rem auto 0;
}
.result_content img{
    display: block;
    width: 2rem;
    margin: 0 auto 0.2rem;
}
.result_content h1{
    display: block;
    width: 100%;
    color: #4e7cae;
    font-size: 0.48rem;
    text-align: center;
    margin-bottom: 0.22rem;
}
.result_content>p:nth-child(3){
    display: block;
    width: 100%;
    height: 4rem;
    overflow: auto;
    font-size: 0.24rem;
    color: #4e7cae;
    line-height: 2;
    text-align: justify;
    margin-bottom: 0.2rem;
}
.result_content p span{
    color: #ef559e;
}
.result_btn{
    width: 3.73rem;
    height: 0.87rem;
    margin: 0 auto;
    -webkit-animation: btnMove 1.5s linear infinite;
    -moz-animation: btnMove 1.5s linear infinite;
    -ms-animation: btnMove 1.5s linear infinite;
    -o-animation: btnMove 1.5s linear infinite;
    animation: btnMove 1.5s linear infinite;
}
.result_btn img{
    display: block;
    width: 100%;
}
.result_content>p:nth-child(5){
    display: block;
    width: 100%;
    font-size: 0.24rem;
    color: #4e7cae;
    text-align: center;
    margin: 0.2rem 0;
}
.guideBox{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
}
.guide_content{
    width: 6.71rem;
    height: 9.91rem;
    background: url('../img/pop/pop_box.png') no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.guide_content p{
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 0.24rem;
    color: #4e7cae;
    line-height: 1.8;
    text-align: justify;
    margin: 2.4rem auto 1rem;
}
.guide_content p span{
    display: block;
    width: 100%;
    color: #ef559e;
    text-align: left;
    margin-left: -0.12rem;
}
.guide_close{
    width: 0.61rem;
    height: 0.61rem;
    background: url('../img/pop/pop_close.png') no-repeat center center;
    background-size: cover;
    font-size: 0;
    position: absolute;
    top: 0.3rem;
    right: 0;
}

@-webkit-keyframes btnMove {
    0% {
        -webkit-transform: scale(1.0);
    }
    25% {
        -webkit-transform: scale(1.02);
    }   
    50% {
        -webkit-transform: scale(1.0);
    }
    75% {
        -webkit-transform: scale(0.98);
    }
    100% {
        -webkit-transform: scale(1.0);
    }
}
@-moz-keyframes btnMove {
    0% {
        -moz-transform: scale(1.0);
    }
    25% {
        -moz-transform: scale(1.02);
    }   
    50% {
        -moz-transform: scale(1.0);
    }
    75% {
        -moz-transform: scale(0.98);
    }
    100% {
        -moz-transform: scale(1.0);
    }
}
@-o-keyframes btnMove {
    0% {
        -o-transform: scale(1.0);
    }
    25% {
        -o-transform: scale(1.02);
    }   
    50% {
        -o-transform: scale(1.0);
    }
    75% {
        -o-transform: scale(0.98);
    }
    100% {
        -o-transform: scale(1.0);
    }
}
@-ms-keyframes btnMove {
    0% {
        -ms-transform: scale(1.0);
    }
    25% {
        -ms-transform: scale(1.02);
    }   
    50% {
        -ms-transform: scale(1.0);
    }
    75% {
        -ms-transform: scale(0.98);
    }
    100% {
        -ms-transform: scale(1.0);
    }
}
@keyframes btnMove {
    0% {
        transform: scale(1.0);
    }
    25% {
        transform: scale(1.02);
    }   
    50% {
        transform: scale(1.0);
    }
    75% {
        transform: scale(0.98);
    }
    100% {
        transform: scale(1.0);
    }
}

