#app {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #23222a
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch
}

body,
html {
    overflow-x: hidden
}

#app,
body,
html {
    min-height: 100vh
}

#app {
    width: 100vw
}

.debug {
    box-shadow: 0 0 0 .02667rem #fff
}

::-webkit-scrollbar {
    width: 0
}



.landing-page {
    width: 100vw;
    height: 100vh;
    background-size: cover !important;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow: hidden;
    padding-top: 4.53333rem
}

.landing-page .main_img_box_wrapper {
    width: calc(100vw - 1.6rem);
    height: calc(100vh - 5.33333rem);
    position: relative;
    padding: .26667rem;
    background: rgba(248, 231, 190, .04);
    box-sizing: border-box;
    border-radius: .16rem
}

.landing-page .main_img_box_wrapper .main_img_box {
    width: 100%;
    height: 100%;
    overflow-y: auto
}

.landing-page .main_img_box_wrapper .main_img_box .main_img {
    width: 100%;
    object-fit: cover;
    margin: 0;
    border-radius: .10667rem
}

.landing-page .main_img_box_wrapper .logo {
    position: absolute;
    width: 2.13333rem;
    height: 2.13333rem;
    top: -1.06667rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 20
}

.landing-page .main_img_box_wrapper .element_0 {
    position: absolute;
    left: -1.81333rem;
    top: -2.8rem;
    width: 4rem;
    height: 4rem;
    z-index: 20
}

.landing-page .main_img_box_wrapper .element_1 {
    position: absolute;
    right: -.66667rem;
    bottom: -2.26667rem;
    width: 4rem;
    height: 4rem;
    object-fit: contain;
    z-index: 20
}

.landing-page .download_btn {
    position: fixed;
    bottom: .8rem;
    left: 0;
    width: 100vw
}

.landing-page .download_btn .element_2 {
    position: absolute;
    left: .66667rem;
    bottom: 1.86667rem;
    width: 2.66667rem;
    height: 2.66667rem;
    object-fit: contain;
    z-index: 20
}

.landing-page .download_btn img {
    width: calc(100vw - 2.66667rem);
    height: 1.6rem;
    display: block;
    margin: 0 auto
}