

/* H5 */
/* @media screen and (max-width: 750px) { */
* {
    padding: 0;
    margin: 0;
    letter-spacing: 0;
}


html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

img {
    border-style: none;
}

a {
    text-decoration: none;
}

.hide {
    display: none !important;
}

#md-app {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../static/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


#md-app .logo {
    width: 100vw;
}

#md-app .btn {
    position: absolute;
    bottom: 16%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}

#md-app .btn img {
    width: auto;
    height: 60px;
}

#md-app .btn a {
    margin-top: 25px;
    display: block;
}