div.index {
    margin-bottom: 13.5vh;
}

img.logo {
    display: block;
    margin: 2.6vh auto 0;
    width: 17vw;
    height: 2.4vw;
    min-width: 113px;
    min-height: 15.9476px;
}

img.slogan {
    display: block;
    margin: 1.4vh auto 0;
    width: 17vw;
    height: 1.278vw;
    min-width: 113.33333px;
    min-height: 8.52px;
}

div.recommended_albums_vertical {
    display: none;
}

img.album_vertical {
    width: 94vw;
    height: 56vw;
    margin-top: 4px;
    object-fit: cover;
    cursor: pointer;
}

div.more_albums {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 17px;
    color: rgb(43,57,103);
    cursor: pointer;
}

div.recommended_albums {
    width: 100%;
    height: 39.6vh;
    margin-top: 5vh;
    background-color: rgba(38, 38, 38, 0.84);
    box-shadow: 0 0 16px 0.5vh rgba(38, 38, 38, 0.2);
}

img.album {
    position: absolute;
    border-radius: 3px;
    cursor: pointer;
    object-fit: cover;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

div.corresponding_album_creator_and_composer {
    margin-top: 5vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

img.corresponding_album_creator {
    width: 16.4vw;
    cursor: pointer;
}

img.corresponding_album_creator.ng-enter {
    transition: 0.5s linear all;
    opacity: 0;
}

img.corresponding_album_creator.ng-enter-active {
    opacity: 1;
}

img.connection {
    margin: 0 1vw;
    width: 20vw;
}

img.corresponding_album_music_composer {
    width: 16.4vw;
    cursor: pointer;
}

img.corresponding_album_music_composer.ng-enter {
    transition: 0.5s linear all;
    opacity: 0;
}

img.corresponding_album_music_composer.ng-enter-active {
    opacity: 1;
}

div.bottom_info {
    display: flex;
    margin-top: 17.5vh;
    margin-bottom: -1.5vh;
    color: #555;
    font-size: 0.8vw;
    flex-direction: column;
    align-items: center;
}

div.bottom_info a {
    color: #555;
}

div.bottom_info .first_item {
    margin-top: 0.2vh;
    display: flex;
}

div.bottom_info .item {
    margin-top: 0.2vh;
}

div.bottom_info .button {
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    img.logo {
        margin-top: 0;
        width: 134px;
        height: auto;
        min-width: auto;
        min-height: auto;
    }

    img.slogan {
        margin-top: 5px;
        width: 150px;
        height: auto;
        min-width: auto;
        min-height: auto;
    }

    img.corresponding_album_creator,
    img.corresponding_album_music_composer {
        width: 27vw;
    }

    div.bottom_info {
        display: none;
    }
}

/*手机页面部分*/
div.index-mobile {
    margin-bottom: 100px;
}

div.home_top_space_mobile {
    height: 48px;
    min-height: 0;
}

div.index-mobile div.block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 25px;
}

div.index-mobile div.block-title {
    margin-top: 37px;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
}

div.index-mobile div.block-more {
    margin-top: 5px;
    font-size: 16px;
    color: #2997ff;
    cursor: pointer;
}

div.index-mobile div.block-more:hover {
    text-decoration: underline;
}

div.index-mobile div.block-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 3.5vw;
}

div.index-mobile div.album-container {
    margin-right: 0.5vw;
    margin-top: 14px;
    width: 30.5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

div.index-mobile img.album-cover {
    width: 30.5vw;
    height: 31.88vw;
}

div.index-mobile div.album-title {
    margin-top: 2px;
    width: 28vw;
    font-size: 13px;
    text-align: center;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

div.index-mobile div.ost-albums-block {
    background-color: #F5F5F7;
    color: black;
    min-height: 461.6px;
}

div.index-mobile div.original-albums-block {
    background-color: #444;
    color: white;
    min-height: 461.6px;
}

div.index-mobile div.music-packages-container {
    overflow: hidden;
}

div.index-mobile div.music-package-block {
    background-color: #F5F5F7;
    color: black;
    min-height: 400px;
}

div.index-mobile div.music-package-container {
    margin-top: 24px;
    width: 31vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

div.index-mobile img.music-package-cover {
    width: 41vw;
    height: 26vw;
}

div.index-mobile div.music-package-title {
    margin-top: 2px;
    width: 28vw;
    font-size: 13px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

div.index-mobile div.app-block {
    background-color: #FFFDF8;
    color: black;
    min-height: 365px;
}

div.index-mobile img.app-cover {
    margin-top: 24px;
    width: 89vw;
}

div.index-mobile div.app-slogan {
    margin-top: 25px;
}

div.index-mobile div.app-slogan-2 {
    margin-top: 13px;
}

div.index-mobile div.blind-box-block {
    background-color: #444;
    color: white;
    min-height: 400px;
}

div.index-mobile img.blind-box-cover {
    margin-top: 17px;
    width: 86vw;
}

div.index-mobile div.blind-box-slogan {
    font-size: 15px;
}

div.index-mobile div.pinecone-block {
    background-color: #F5F5F7;
    color: black;
    min-height: 350px;
}

div.index-mobile img.pinecone-cover {
    margin-top: 17px;
    width: 65vw;
}

div.index-mobile div.pinecone-slogan {
    font-size: 15px;
}

div.index-mobile div.team-block {
    background-color: #444;
    color: white;
    min-height: 376px;
}

div.index-mobile img.team-cover {
    margin-top: 24px;
    width: 45vw;
}
