﻿.vue-waypoint__waypoint {
    width: 100%;
    height: 0;
    z-index: -1;
}

    .vue-waypoint__waypoint.fill {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .vue-waypoint__waypoint.top {
        position: absolute;
        top: 0;
    }

    .vue-waypoint__waypoint.right {
        position: absolute;
        right: 0;
    }

    .vue-waypoint__waypoint.bottom {
        position: absolute;
        bottom: 0;
    }

    .vue-waypoint__waypoint.left {
        position: absolute;
        left: 0;
    }

.vue-waypoint__waypoint__collider[data-v-b133cfae] {
    position: relative;
    width: 100%;
    height: 100%;
}

#fullpage .section .cover {
    height: 100vh;
}

#fullpage .section.footer-section {
    background-color: #000;
}

#fullpage11 .section .cover:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 140;
}
.displayyesno {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 140;
}
    .displayyesno:hover {
        /**特殊效果*/
        background-color: rgba(0,0,0,0);
    }


    #fullpage .section .cover .cover-bg {
        z-index: 100;
    }

#fullpage .section .cover .cover-content {
    z-index: 200;
}
