.ad-bg {
    background-image: url("../../assets/img/app/appatore.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    min-height: 100vh;
    width: 100%;
}

.ad-beian {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    position: absolute;
    padding: 0 0 30px 0;
}

.content {
    height: calc(100% - 40px);
    overflow: hidden;
}

.hcl-logo {
    height: 76px;
    max-width: none;
}