@charset "UTF-8";
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.bg{
    margin-top: -28px;
    background-image: url('../img/app_bg.jpg');
    background-repeat:no-repeat;
    background-size:100%;
    min-height: 150vh;
    background-color: #f7f7f7;
}

.qrcode{
    position: absolute;
    top: 25.5%;
    right: 26.6%;
}

@media only screen and (max-width: 600px) {
    .qrcode{
        position: absolute;
        top: 25.5%;
        right: 26.6%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .qrcode{
        position: absolute;
        top: 8.5%;
        right: 22.6%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .qrcode{
        position: absolute;
        top: 120px;
        right: 23.6%;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .qrcode{
        position: absolute;
        top: 173px;
        right: 23.6%;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1190px) {
    .qrcode{
        position: absolute;
        top: 205px;
        right: 25%;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .qrcode{
        position: absolute;
        top: 205px;
        right: 25%;
    }
}

@media only screen and (min-width: 1300px){
    .qrcode{
        position: absolute;
        top: 354px;
        right: 26.6%;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1400px){
    .qrcode{
        position: absolute;
        top: 231px;
        right: 26.1%;
    }
}

@media only screen and (min-width: 1500px){
    .qrcode{
        position: absolute;
        top: 278px;
        right: 26.12%;
    }
}

@media only screen and (min-width: 1401px) and (max-width: 1500px){
    .qrcode{
        position: absolute;
        top: 248px;
        right: 26.1%;
    }
}

/*@media only screen and (min-width: 1500px) and (max-width: 1590px){*/
/*    .qrcode{*/
/*        position: absolute;*/
/*        top: 278px;*/
/*        right: 26.1%;*/
/*    }*/
/*}*/

@media only screen and (min-width: 1650px) and (max-width: 1700px){
    .qrcode{
        position: absolute;
        top: 300px;
        right: 26.1%;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1650px){
    .qrcode{
        position: absolute;
        top: 293px;
        right: 26.1%;
    }
}

@media only screen and (min-width: 1700px){
    .qrcode{
        position: absolute;
        top: 316px;
        right: 26.1%;
    }
}

@media only screen and (min-width: 1725px) and (max-width: 1890px){
    .qrcode{
        position: absolute;
        top: 322px;
        right: 26.1%;
    }
}



@media only screen and (min-width: 1790px) and (max-width: 1829px){
    .qrcode{
        position: absolute;
        top: 333px;
        right: 26.45%;
    }
}


@media only screen and (min-width: 1830px) and (max-width: 1849px){
    .qrcode{
        position: absolute;
        top: 340px;
        right: 26.45%;
    }
}

@media only screen and (min-width: 1850px) and (max-width: 1890px){
    .qrcode{
        position: absolute;
        top: 344px;
        right: 26.45%;
    }
}

@media only screen and (min-width: 1891px) and (max-width: 1901px){
    .qrcode{
        position: absolute;
        top: 347px;
        right: 26.55%;

    }
}

@media only screen and (min-width: 1901px) and (max-width: 2000px){
    .qrcode{
        position: absolute;
        top: 354px;
        right: 26.58%;
    }
}




.app{
    width: 100%;
    margin: 0 auto;
    height: 100%;
}