* {
    font-family: Arial, sans-serif, 微软雅黑;;
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    background-color: #ccd3e6;
    position: relative;
    align-items: center;
    justify-content: center;
}

body a {
    color: #0056b7;
}

body a:hover {
    color: #0056b7;
}

body a:link {
    color: #0056b7;
}

#app {
    width: 100vw;
    height: 100vh;
    background-image: url('../../image/reg/bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}

header {
    width: 100vw;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.logo {
    background-image: url("../../image/reg/vip.png");
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 20vw;
    height: 14vh;
}

.desc{
    position: absolute;
    left: 4vw;
    top: 24vh;
    width: 44vw;
    height: 70vh;
    background-image: url("../../image/reg/desc.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.container {
    position: absolute;
    top: 30vh;
    right: 20vw;
    width: 20vw;
}

@media (max-width: 980px) {
    body {
        margin: 0 auto;
        width: 100%;
        max-width: 410px;
        position: relative;
    }

    #app {
        width: 100vw;
        height: 100vh;
        background-image: url('../../image/reg/bg-h5.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: relative;
    }

    .logo {
        width: 50vw;
    }
    .desc {
        left: 10vw;
        width: 80vw;
        right: 10vw;
        top: 16vh;
    }
    .container {
        top: 48vh;
        left: 10vw;
        right: 10vw;
        width: 80vw;
    }
}