div.music_video {
    margin: 0 auto 25vh;
    width: 60vw;
}

div.music_video div.video {
    width: 60vw;
    height: 33.75vw;
    background: black;
}

div.music_video img.music_video_play_icon {
    position: absolute;
    width: 6vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

div.music_video div.music_video_title {
    font-size: 2vw;
    margin-top: 4vh;
    font-weight: 700;
}

div.music_video div.music_video_description {
    font-size: 1.2vw;
    color: gray;
    margin-top: 0.8vh;
}

/*创作组部分*/
div.music_video div.authors_label_and_length {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 5.6vh;
}

div.music_video div.authors_label {
    font-size: 1.5vw;
    font-weight: 700;
}

div.music_video div.authors_length {
    font-size: 1.2vw;
    margin-left: 1vw;
    color: grey;
}

div.music_video div.authors {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1vh;
}

div.music_video div.author {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2vh;
    margin-bottom: 1.5vh;
    width: 6.4vw;
    cursor: pointer;
}

div.music_video img.author_photo {
    width: 3.6vw;
    border-radius: 50%;
}

div.music_video div.author_info {
    margin-left: 1vw;
}

div.music_video div.author_name {
    margin-top: 0.8vh;
    font-size: 1.1vw;
    line-height: 1.4vw;
    text-align: center;
    color: black;
}

div.music_video div.author_identity {
    margin-top: 0.2vh;
    font-size: 1vw;
    color: grey;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*提示部分*/
div.music_video img.melody {
    width: 15vw;
    display: block;
    margin: 8px auto 6px;
    align-self: center;
}

div.music_video div.goto_download_app_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 7px;
    margin-top: 20px;
}

div.music_video div.goto_download_app_tip {
    margin-top: 7px;
    font-size: 1vw;
    color: #222;
}

div.music_video div.goto_download_app_tip {
    margin-top: 7px;
    font-size: 1vw;
    color: #222;
}

div.music_video div.goto_download_app_button {
    margin-top: 2px;
    font-size: 1vw;
    font-weight: bold;
    user-select: none;
    cursor: pointer;
    color: #2B2F67;
}

div.music_video div.mobile_open_in_app_tip {
    margin-top: 7px;
    font-size: 15px;
    color: #222;
    text-align: center;
}

div.music_video div.open_or_download_app {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 13px;
    margin-top: 21px;
}

div.music_video div.open_app,
div.music_video a.open_app {
    border: 1px solid #333;
    border-radius: 30px;
    width: 33%;
    text-align: center;
    padding: 8px 4px;
    margin-right: 6px;
    background: white;
    color: black;
}

div.music_video div.download_app {
    border: 1px solid #333;
    border-radius: 30px;
    width: 33%;
    text-align: center;
    padding: 8px 4px;
    margin-left: 6px;
    color: white;
    background: #333;
}

/*手机视图*/
@media screen and (max-width: 768px) {
    div.music_video_top_space {
        height: 7.25vmin;
        min-height: 46px;
    }

    div.music_video {
        width: 100vw;
        margin-left: 0;
        margin-right: 0;
    }

    div.music_video div.video {
        width: 100vw;
        height: 56.25vw;
    }

    div.music_video img.music_video_play_icon {
        width: 10vw;
    }

    div.music_video div.music_video_title {
        font-size: 4vw;
        margin-top: 2.5vh;
        margin-left: 3vw;
        margin-right: 3vw;
    }

    div.music_video div.music_video_description {
        margin-left: 4vw;
        margin-right: 4vw;
        font-size: 3vw;
        margin-top: 1.2vh;
    }

    /*创作组部分*/
    div.music_video div.authors_label_and_length {
        align-items: baseline;
        margin-left: 4vw;
        margin-top: 3vh;
        font-size: 4vw;
    }

    div.music_video div.authors_label {
        font-size: 4vw;
        font-weight: 700;
    }

    div.music_video div.authors_length {
        font-size: 3.2vw;
        margin-left: 2vw;
        color: grey;
    }

    div.music_video div.authors {
        margin-left: 4vw;
        margin-right: 4vw;
    }

    div.music_video div.author {
        margin-top: 1.5vh;
        margin-bottom: 1vh;
        width: 20vw;
    }

    div.music_video img.author_photo {
        width: 13vw;
    }

    div.music_video div.author_name {
        font-size: 4.2vw;
        line-height: 5vw;
    }

    div.music_video div.author_identity {
        margin-top: 0.5vh;
        font-size: 3.2vw;
    }

    div.music_video div.goto_download_app_container {
        margin-left: 3vw;
    }
}
