/* CSS Document */


* {
    padding: 0;
    margin: 0;
}
html body #app {
    height: 100%;
}

.bigDiv[data-v-1dba4957] {
    width: 100%;
    height: 177.86667vw;
    background-color: #f2fff6;
}
.van-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}
.bigDiv .bgc[data-v-1dba4957] {
    width: 100vw;
    /*height: 216vw;*/
	height: 210vw;
    object-fit: contain;
    position: fixed;
    top: 0;
}
.bigDiv .mag[data-v-1dba4957] {
    position: relative;
    width: 53.33333vw;
    height: 53.33333vw;
    left: 50%;
    top: 43%;
    z-index: 9999;
    transform: translate(-50%);
}