html,
body {
    padding: 0;
    margin: 0;
    width:  100vw;
    height: 100vh;
}

a{
    text-decoration: none;
    color: #000;
}

.bg {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
}

.m-0 {
    margin: 0 auto;
}


#app {
    width: 500px;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
}


.container{
    width: 100%;
    height: 1956px;
    background-image: url("../../image/hijack/xpj_yd_yb/bg.png");
}

.h-1 {
    width: 100%;
    height: 685px;
    background-image: url("../../image/hijack/xpj_yd_yb/bg1.png");
}

.h-2 {
    width: 88%;
    height: 167px;
    background-image: url("../../image/hijack/xpj_yd_yb/notice.png?v=1.0.0");
}

.h-3 {
    width: 88%;
    height: 220px;
    margin-top: 20px;
    ;
}

.h-3>div {
    background-color: rgb(79, 79, 79);
    border-radius: 12px;
    width: 90%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3% 0 7%;
}

.h-3-1-1 {
    width: 180px;
    height: 50px;
    background-image: url("../../image/hijack/xpj_yd_yb/logo2.png");
}

.h-3-2 {
    margin-top: 20px;
}

.h-3-2-1 {
    width: 180px;
    height: 50px;
    background-image: url("../../image/hijack/xpj_yd_yb/logo.png");
}

.h-3-3 {
    margin-top: 20px;
}

.h-3-3-1 {
    width: 180px;
    height: 50px;
    background-image: url("../../image/hijack/xpj_yd_yb/logo1.png");
}

.h-3-1-2 {
    width: 100px;
    height: 30px;
    border-radius: 12px;
    background: linear-gradient(to right, rgb(255, 255, 143) 50%, rgb(255, 255, 17) 100%);
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}


.h-4 {
    width: 92%;
    height: 405px;
    background-image: url("../../image/hijack/xpj_yd_yb/game.png");
}

.h-5 {
    width: 92%;
    height: 394px;
    background-image: url("../../image/hijack/xpj_yd_yb/bg2.png");
}


@media screen and (max-width: 980px) {
    #app, .container{
        width: 100vw;;
    }

    .container{
        height: 400vw;
    }

    .h-1{
        height: 138.5vw;
    }

    .h-2{
        height: 32vw;
    }

    .h-4{
        height: 82vw;
    }

    .h-5{
        height: 78.8vw;
    }
}