.page1 {
    overflow-y: scroll;
    overflow-x: hidden;
}

.nav, .guide, .paper {
    position: relative;
}

.guide {
    margin-top: -150px;
    margin-bottom: 0;
    -webkit-animation: fadeInUp 1.5s ease both;
}

.nav .img1, .nav .img2, .nav .img6 {
    left: 0;
    right: 0;
}

.nav .img1 {
    top: 0%;
    left: 0%;
    -webkit-animation: zoomOn 1s ease both;
}

.nav .img2 {
    top: 15.3%;
    left: 0%;
    -webkit-animation: fadeInUp 1.5s ease both;
}

.nav .img3 {
    top: 38%;
    left: 13%;
    -webkit-animation: fadeInUp 1.5s ease both, flipInYIn 1s linear 1.5s alternate-reverse infinite;
}

.nav p {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #000;
    left: 0%;
    top: 82%;
    font-weight: bold;
}

@keyframes flipInYIn {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@-webkit-keyframes flay {
    from {
        -webkit-transform: translate3d(-640px, 120px, 0);
        transform: translate3d(-640px, 120px, 0);
    }

    to {
        -webkit-transform: translate3d(300px, -10px, 0);
        transform: translate3d(300px, -10px, 0);
    }
}

.nav .img4 {
    top: 40%;
    left: 55%;
    -webkit-animation: flay 3s linear infinite;
}

.nav .img5 {
    top: 35%;
    left: 77%;
    -webkit-animation: fadeInUp 1.5s ease both, flipInYIn 1s linear 1.5s alternate infinite;
}

.nav .img6 {
    top: 74%;
    left: 0%;
    -webkit-animation: fadeInUp 1.5s ease 1s both;
}

.guide h1 {
    width: 100%;
    position: absolute;
    top: 50%;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    color: #000;
    letter-spacing: 3px;
}

.guide .img1 {
    right: 4%;
    top: 43%;
}

.paper .qus {
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
}

.paper .qus .qustitle {
    display: block;
    margin-bottom: 15px;
}

.paper .qus .qustitle img {
    width: 100%;
    height: auto;
    text-align: left;
}

.checkbox {
    width: 76%;
    margin: auto;
}

.checkbox span {
    line-height: 35px;
    height: 35px;
    display: inline-block;
    font-size: 25px;
    position: relative;
    margin-right: 30px;
}

.paper .qus span .input {
    width: 50%;
    margin: auto;
    background: transparent;
    outline-style: none;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 25px;
    color: #fff;
    margin-left: 67px;
}

.title {
    display: inline;
    width: 100%;
    font-size: 23px;
    margin-top: 20px;
    margin-left: 20px;
    height: 45px;
    line-height: 60px;
}

.title img {
    width: auto;
    height: auto;
}

.el-checkbox__label, .el-radio__label {
    color: #000 !important;
    width: 60px;
}

.el-radio {
    width: 50px;
    margin-bottom: 3px;
}

.el-checkbox-group {
    zoom: 2;
    margin-left: 36px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.el-radio-group {
    zoom: 2; margin-left: 36px;
}

.el-checkbox {
    margin-right: 28px !important;
    width: 110px;
}

.el-checkbox__label input, .el-radio__label input {
    width: 70px;
    border: none;
    outline-style: none;
    background: transparent;
    border-bottom: 1px solid #000;
    color: #000;
}

.subbtn {
    width: 100%;
    position: absolute;
    text-align: center;
}

.subbtn img {
    width: auto;
    height: auto;
    margin: 30px;
}

.page2 {
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    display: none;
}

.page2 img {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.qus:nth-of-type(9) .el-checkbox:nth-of-type(5) {
    width: 128px;
}

.el-checkbox__label {
    display: inline-block;
    padding-left: 10px;
    line-height: 19px;
    font-size: 12px !important;
    margin-right: 14px;
}

.foodType {
    width: 80%;
    border: none;
    outline-style: none;
    background: transparent;
    border-bottom: 1px solid #000;
    color: #000;
    margin: 20px 10%;
    height: 40px;
    font-size: 1.5rem;
    border-bottom-width: 2px;
}

.money {
    position: absolute;
    top: 54.75%;
    left: 37.2%;
    color: red;
    font-size: 2rem;
    font-weight: bold;
}

.qus1 .el-radio {
    width: 50px;
}

.el-radio-group {
    margin-left: 25px;
}

.el-checkbox-group {
    margin-left: 10px;
}

.qus2 .el-checkbox{width:150px;}

.qus2 {
}

.qus3 {
}
